From 4f17affdd6f2f3829d1de24842c72a23fafd4e79 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 8 Sep 2025 15:09:36 -0400 Subject: Bump version to 1.0.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. diff --git a/Cargo.toml b/Cargo.toml index ded9de4..4cb749d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] -- cgit v1.2.3