From 50ee2876d71f4dd4a82245e54023edc5b46fa5be Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 3 Mar 2022 07:12:53 +0100 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e44af..4e65650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.4.0] - 2022-03-03 ### Changed - [PR#5](https://github.com/EmbarkStudios/rymder/pull/14) replaced `chrono` with `time` due to `chrono` being unmaintained. @@ -38,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First pass implementation for [Agones 1.16.0](https://agones.dev/site/blog/2021/07/20/1.16.0-kubernetes-1.19-golang-1.15/). -[Unreleased]: https://github.com/EmbarkStudios/rymder/compare/0.3.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/rymder/compare/0.4.0...HEAD +[0.4.0]: https://github.com/EmbarkStudios/rymder/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/EmbarkStudios/rymder/compare/0.2.2...0.3.0 [0.2.2]: https://github.com/EmbarkStudios/rymder/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/EmbarkStudios/rymder/compare/0.2.0...0.2.1 diff --git a/Cargo.toml b/Cargo.toml index b7743a7..a352897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rymder" -version = "0.3.0" +version = "0.4.0" authors = [ "Embark ", "Jake Shadle ",