diff --git a/Cargo.lock b/Cargo.lock index caa2d8d..95e7fdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ dependencies = [ [[package]] name = "proto-gen" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap", "prost-build", diff --git a/proto-gen/CHANGELOG.md b/proto-gen/CHANGELOG.md index 64567f6..a5117bf 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.3] - 2024-03-12 ### Added - [PR#19](https://github.com/EmbarkStudios/proto-gen/pull/19) Added `-p, --prepend-header` option (default false) to prepend header indicating tool version in generated source file. - [PR#20](https://github.com/EmbarkStudios/proto-gen/pull/20) Added `--toplevel-attribute` option to set toplevel module attribute. @@ -40,7 +41,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.2...HEAD +[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.3...HEAD +[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 [0.2.1]: https://github.com/EmbarkStudios/proto-gen/compare/0.1.1...0.2.1 [0.1.1]: https://github.com/EmbarkStudios/proto-gen/compare/0.1.0...0.1.1 diff --git a/proto-gen/Cargo.toml b/proto-gen/Cargo.toml index 202e425..62077c6 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.2" +version = "0.2.3" workspace = ".." [dependencies]