diff options
author | pommicket <pommicket@gmail.com> | 2025-09-08 15:09:36 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-08 15:11:36 -0400 |
commit | 4f17affdd6f2f3829d1de24842c72a23fafd4e79 (patch) | |
tree | 3c3b861f138762ea556380618d81ff35526e5cb8 /CHANGELOG.md | |
parent | 911396fd0b1629fbac0230314fe6196dc6f8b229 (diff) |
Bump version to 1.0.01.0.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 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. |