Skip to content

Commit

Permalink
chore: release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiving committed May 25, 2024
1 parent 837273a commit d78490e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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.3 (May 25th, 2024)

- **added**: Add tests for:
- `mod:blend`
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "material-colors"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
description = "Up-to-date material-color-utilities port"
documentation = "https://docs.rs/material-colors"
Expand All @@ -15,7 +15,7 @@ categories = ["graphics"]
ahash = "0.8.11"
indexmap = "2.2.6"
images = { package = "image", version = "0.25.1", optional = true }
serde = { version = "1.0.199", features = ["derive"], optional = true }
serde = { version = "1.0.203", features = ["derive"], optional = true }

[features]
image = ["dep:images"]
Expand Down

0 comments on commit d78490e

Please sign in to comment.