diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd554b..21a0621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org), except that – as is typical in the Rust community – the minimum supported Rust version may be increased without a major version increase. -## Unreleased +## v0.3.0 +_27 October 2021_ * Add Rust 1.56.0 to CI build matrix. (#29) * Remove Rust 1.53.0 from CI build matrix. diff --git a/Cargo.toml b/Cargo.toml index 8f95968..c6f89c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmp_toolkit" -version = "0.2.0" +version = "0.3.0" description = "Rust-language bindings for Adobe's XMP Toolkit" license = "MIT OR Apache-2.0" repository = "https://github.com/adobe/xmp-toolkit-rs"