diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 265e560..7013e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.0 + +- add `core::error::Error` implementation for `minipng::Error`, now that the `Error` trait is in `core`. +- upgrade to Edition 2024 (MSRV is now probably 1.85.0) + ## 0.1.1 - add overflow check for chunk length. @@ -6,7 +6,7 @@ categories = ["encoding", "graphics", "multimedia::images", "no-std::no-alloc"] keywords = ["png", "decoder", "image", "no_std", "no_alloc"] exclude = ["/test/large", "/benches/large.png"] license = "0BSD" -version = "0.1.1" +version = "1.0.0" edition = "2024" [dev-dependencies] |