diff --git a/CHANGELOG.md b/CHANGELOG.md index 9051b3d..e00be52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project 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://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] - 2023-04-04 ### Changed @@ -37,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/rnestler/yts-api-rs/compare/0.2.0...master +[Unreleased]: https://github.com/rnestler/yts-api-rs/compare/0.3.0...master +[0.3.0]: https://github.com/rnestler/yts-api-rs/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/rnestler/yts-api-rs/compare/0.1.1...0.2.0 [0.1.1]: https://github.com/rnestler/yts-api-rs/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/rnestler/yts-api-rs/releases/tag/0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 15ee1f6..e58840c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yts-api" -version = "0.2.0" +version = "0.3.0" authors = ["Raphael Nestler "] license = "MIT OR Apache-2.0" edition = "2018"