Skip to content

Commit

Permalink
Release 0.2.2 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jan 3, 2025
1 parent efb6eb3 commit 1cd730b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe

# Changelog

The latest published Color release is [0.2.1](#021-2024-12-27) which was released on 2024-12-27.
You can find its changes [documented below](#021-2024-12-27).
The latest published Color release is [0.2.2](#022-2025-01-03) which was released on 2025-01-03.
You can find its changes [documented below](#022-2025-01-03).

## [Unreleased]

This release has an [MSRV][] of 1.82.

## [0.2.2][] (2025-01-03)

This release has an [MSRV][] of 1.82.

### Fixed

* Colors in `XyzD65` are serialized as `xyz-d65` rather than `xyz`. ([#118][] by [@waywardmonkeys][])
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = ["color", "color_operations"]
#
# NOTE: When bumping this, remember to also bump the aforementioned other packages'
# version in the dependencies section at the bottom of this file.
version = "0.2.1"
version = "0.2.2"

edition = "2021"
# Keep in sync with RUST_MIN_VER in .github/workflows/ci.yml, with the relevant README.md files
Expand Down Expand Up @@ -80,5 +80,5 @@ clippy.wildcard_dependencies = "warn"
# END LINEBENDER LINT SET

[workspace.dependencies]
color = { version = "0.2.1", path = "color", default-features = false }
color_operations = { version = "0.2.1", path = "color_operations" }
color = { version = "0.2.2", path = "color", default-features = false }
color_operations = { version = "0.2.2", path = "color_operations" }

0 comments on commit 1cd730b

Please sign in to comment.