Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jerus-bot committed Nov 15, 2024
1 parent 2d9cfc9 commit 9fb6d44
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.6] - 2024-11-15

### Security

Expand Down Expand Up @@ -245,7 +245,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#89]: https://github.com/jerus-org/named-colour/pull/89
[#90]: https://github.com/jerus-org/named-colour/pull/90
[#91]: https://github.com/jerus-org/named-colour/pull/91
[Unreleased]: https://github.com/jerus-org/named-colour/compare/v0.3.5...HEAD
[0.3.6]: https://github.com/jerus-org/named-colour/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/jerus-org/named-colour/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/jerus-org/named-colour/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/jerus-org/named-colour/compare/v0.3.2...v0.3.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "named-colour"
description = """
named-colour provides Hex Codes for popular colour names.
"""
version = "0.3.5"
version = "0.3.6"
authors = ["Jeremiah Russell <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jerus-org/named-colour"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To use named-colour in your project you can add the following to your `Cargo.tom

```toml
[dependencies]
named-colour = "0.3.5"
named-colour = "0.3.6"
```

## Usage
Expand Down Expand Up @@ -62,7 +62,7 @@ Enable the feature in the toml file:

```toml
[dependencies]
named-colour = { version = "0.3.5", features = ["extended"]}
named-colour = { version = "0.3.6", features = ["extended"]}
```

```rust
Expand Down Expand Up @@ -93,7 +93,7 @@ To use the extended colour set only configure toml with no-default features

```toml
[dependencies]
named-colour = { version = "0.3.5", default_features = false, features = ["extended"]}
named-colour = { version = "0.3.6", default_features = false, features = ["extended"]}
```

## License
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//!
//!```toml
//! [dependencies]
//! named-colour = "0.3.5"
//! named-colour = "0.3.6"
//!
//!```
//!
Expand All @@ -41,7 +41,7 @@
```toml
[dependencies]
named-colour = { version = "0.3.5", features = ["extended"]}
named-colour = { version = "0.3.6", features = ["extended"]}
```
```
Expand Down Expand Up @@ -76,7 +76,7 @@ named-colour = { version = "0.3.5", features = ["extended"]}
///
///```toml
///[dependencies]
///named-colour = { version = "0.3.5", default_features = false, features = ["extended"]}
///named-colour = { version = "0.3.6", default_features = false, features = ["extended"]}
///```
///
///
Expand Down

0 comments on commit 9fb6d44

Please sign in to comment.