Skip to content

Commit

Permalink
Prepare v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Apr 2, 2024
1 parent 1cbc723 commit d0c9ce4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to PNG Pong will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://jeronlau.tk/semver/).

## 0.9.0 - Unreleased
## 0.9.0 - 2024-04-01
### Changed
- Updated dependencies
- Result type aliases are now more flexible
Expand Down
11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
[package]
name = "png_pong"
version = "0.9.0"
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
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"
include = ["Cargo.toml", "README.md", "LICENSE-ZLIB", "LICENSE-APACHE", "src/*", "benches/*"]
include = [
"Cargo.toml",
"README.md",
"LICENSE-ZLIB",
"LICENSE-APACHE",
"src/*",
"benches/*",
]
categories = ["multimedia::encoding", "multimedia::images"]
keywords = ["png", "encoder", "decoder", "apng", "image"]
readme = "README.md"
edition = "2021"
rust-version = "1.77"

[dependencies.pix]
version = "0.13"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,12 @@ You can use the
[changelog](https://github.com/AldaronLau/png_pong/blob/master/CHANGELOG.md)
to facilitate upgrading this crate as a dependency.

## MSRV Policy
The current MSRV policy only supports the most recent Rust. This will be
changed in the future.

## License
Copyright © 2019-2023 The PNG Pong Crate Contributor(s)
Copyright © 2019-2024 The PNG Pong Crate Contributor(s)

Licensed under either of
- Apache License, Version 2.0,
Expand Down

0 comments on commit d0c9ce4

Please sign in to comment.