Skip to content

Commit

Permalink
bumping version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbox-irl committed Aug 30, 2024
1 parent 72d751f commit df90c25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.3.1] - 2024-08-30

- Fixed `YELLOW` and `YELLOW_CLEAR` to actually be Yellow instead of fuchsia colored.
- Added builders to `EncodedColor`.

## [0.3.0] - 2021-04-01

- BREAKING: changed the serialized name of `Encoded Rgb` to `EncodedColor`. This will break serialization in formats like `JSON` or `YAML`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smol-rgb"
version = "0.3.0"
version = "0.3.1"
authors = ["Jonathan Spira <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit df90c25

Please sign in to comment.