From 860f80461ae1cc18f8a4b458f74d57800d67a870 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 5 Oct 2023 09:30:02 +0200 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2094a..f700ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,9 @@ 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] - ReleaseDate + +## [0.7.0] - 2023-10-05 ### Changed - [PR#21](https://github.com/EmbarkStudios/rymder/pull/21) updated `prost` and `tonic` to 0.11 and 0.9 respectively. @@ -60,7 +61,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.6.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/rymder/compare/0.7.0...HEAD +[0.7.0]: https://github.com/EmbarkStudios/rymder/compare/0.6.1...0.7.0 [0.6.1]: https://github.com/EmbarkStudios/rymder/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/EmbarkStudios/rymder/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/EmbarkStudios/rymder/compare/0.4.0...0.5.0 diff --git a/Cargo.toml b/Cargo.toml index 559de75..2c4bf69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rymder" -version = "0.6.1" +version = "0.7.0" authors = [ "Embark ", "Jake Shadle ",