From 6572f26127831cb015818c3f9b74dc118f09ae5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Westlin?= Date: Thu, 25 Apr 2024 10:11:02 +0200 Subject: [PATCH] Release 0.2.6 --- Cargo.lock | 2 +- proto-gen/CHANGELOG.md | 4 +++- proto-gen/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7618b5a..f76af9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ dependencies = [ [[package]] name = "proto-gen" -version = "0.2.5" +version = "0.2.6" dependencies = [ "clap", "prost-build", diff --git a/proto-gen/CHANGELOG.md b/proto-gen/CHANGELOG.md index 6f79b44..86721e7 100644 --- a/proto-gen/CHANGELOG.md +++ b/proto-gen/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.2.6] - 2024-04-25 ### Added - [PR#23](https://github.com/EmbarkStudios/proto-gen/pull/23) Added `--enum-attribute` option to set enum attributes. @@ -50,7 +51,8 @@ and will lead to failed cargo test, and if it is rust code, we definitely don't - Initial creation of the proto-gen lib and proto-gen-cli -[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.5...HEAD +[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.6...HEAD +[0.2.6]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.5...0.2.6 [0.2.5]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.4...0.2.5 [0.2.4]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.3...0.2.4 [0.2.3]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.2...0.2.3 diff --git a/proto-gen/Cargo.toml b/proto-gen/Cargo.toml index e095920..8cbd070 100644 --- a/proto-gen/Cargo.toml +++ b/proto-gen/Cargo.toml @@ -10,7 +10,7 @@ name = "proto-gen" publish = true readme = "../README.md" repository = "https://github.com/embarkstudios/proto-gen" -version = "0.2.5" +version = "0.2.6" workspace = ".." [dependencies]