diff --git a/Cargo.lock b/Cargo.lock index f76af9e..3e82184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ dependencies = [ [[package]] name = "proto-gen" -version = "0.2.6" +version = "0.2.7" dependencies = [ "clap", "prost-build", diff --git a/proto-gen/CHANGELOG.md b/proto-gen/CHANGELOG.md index 173b1ce..0ac07e2 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.7] - 2024-08-05 ### Added - [PR#24](https://github.com/EmbarkStudios/proto-gen/pull/24) Added `--btree-map` option to output BTreeMaps instead of HashMaps. @@ -54,7 +55,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.6...HEAD +[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.7...HEAD +[0.2.7]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.6...0.2.7 [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 diff --git a/proto-gen/Cargo.toml b/proto-gen/Cargo.toml index 8cbd070..fafc461 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.6" +version = "0.2.7" workspace = ".." [dependencies]