Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jerus-bot committed Jan 20, 2025
1 parent 1efe21e commit 7409b09
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.13] - 2025-01-20

### Changed

Expand Down Expand Up @@ -301,7 +301,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#98]: https://github.com/jerus-org/named-colour/pull/98
[#99]: https://github.com/jerus-org/named-colour/pull/99
[#100]: https://github.com/jerus-org/named-colour/pull/100
[Unreleased]: https://github.com/jerus-org/named-colour/compare/v0.3.12...HEAD
[0.3.13]: https://github.com/jerus-org/named-colour/compare/v0.3.12...v0.3.13
[0.3.12]: https://github.com/jerus-org/named-colour/compare/v0.3.11...v0.3.12
[0.3.11]: https://github.com/jerus-org/named-colour/compare/v0.3.10...v0.3.11
[0.3.10]: https://github.com/jerus-org/named-colour/compare/v0.3.9...v0.3.10
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.12"
version = "0.3.13"
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 @@ -31,7 +31,7 @@ To use named-colour in your project you can add the following to your `Cargo.tom

```toml
[dependencies]
named-colour = "0.3.12"
named-colour = "0.3.13"
```

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

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

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

```toml
[dependencies]
named-colour = { version = "0.3.12", default_features = false, features = ["extended"]}
named-colour = { version = "0.3.13", 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.12"
//! named-colour = "0.3.13"
//!
//!```
//!
Expand All @@ -41,7 +41,7 @@
```toml
[dependencies]
named-colour = { version = "0.3.12", features = ["extended"]}
named-colour = { version = "0.3.13", features = ["extended"]}
```
```
Expand Down Expand Up @@ -76,7 +76,7 @@ named-colour = { version = "0.3.12", features = ["extended"]}
///
///```toml
///[dependencies]
///named-colour = { version = "0.3.12", default_features = false, features = ["extended"]}
///named-colour = { version = "0.3.13", default_features = false, features = ["extended"]}
///```
///
///
Expand Down

0 comments on commit 7409b09

Please sign in to comment.