From 30f30b4ecc243a2b95da017a8f10ffcd2cc05f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Westlin?= Date: Wed, 13 Mar 2024 18:50:28 +0100 Subject: [PATCH] Release 0.2.5 --- 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 87c60ac..7618b5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ dependencies = [ [[package]] name = "proto-gen" -version = "0.2.4" +version = "0.2.5" dependencies = [ "clap", "prost-build", diff --git a/proto-gen/CHANGELOG.md b/proto-gen/CHANGELOG.md index 1c738c6..a21f3c4 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.5] - 2024-03-13 ### Fixed - [PR#22](https://github.com/EmbarkStudios/proto-gen/pull/22) Various fixes for the `--prepend-header` option and some cases for escaped doc-tests. ## [0.2.4] - 2024-03-12 @@ -46,7 +47,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.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.5...HEAD +[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 [0.2.2]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.1...0.2.2 diff --git a/proto-gen/Cargo.toml b/proto-gen/Cargo.toml index 4dd2715..e095920 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.4" +version = "0.2.5" workspace = ".." [dependencies]