Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Nov 6, 2024
1 parent 4c88919 commit 1726bd4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.3 - 2024-11-05
### Changed
- Use the parsenic crate for chunk decoding

## 0.9.2 - 2024-08-10
### Changed
- Updated miniz\_oxide to v0.8
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ don't want to be doing work that might be rejected.

## git workflow

Please file PR's against the `master` branch (it's the default, so super easy!).
Please file PR's against the `v0` branch (it's the default, so super easy!).
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
Expand Up @@ -5,7 +5,7 @@ license = "Apache-2.0 OR Zlib"
description = "A pure Rust PNG/APNG encoder & decoder"
repository = "https://github.com/AldaronLau/png_pong"
documentation = "https://docs.rs/png_pong"
homepage = "https://github.com/AldaronLau/png_pong/blob/master/CHANGELOG.md"
homepage = "https://github.com/AldaronLau/png_pong/releases"
include = [
"Cargo.toml",
"README.md",
Expand Down

0 comments on commit 1726bd4

Please sign in to comment.