Skip to content

Commit

Permalink
Bump version to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Aug 10, 2024
1 parent 2c0879a commit e7fbd5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to PNG Pong will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## 0.9.2 - 2024-08-10
### Changed
- Updated miniz\_oxide to v0.8

## 0.9.1 - 2024-04-03
### Changed
- Lowered MSRV to 1.70
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "png_pong"
version = "0.9.1"
version = "0.9.2"
license = "Apache-2.0 OR Zlib"
description = "A pure Rust PNG/APNG encoder & decoder"
repository = "https://github.com/AldaronLau/png_pong"
Expand Down

0 comments on commit e7fbd5d

Please sign in to comment.