Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bwestlin committed Mar 12, 2024
1 parent 4263dc4 commit 38a471b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion proto-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [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.
Expand Down Expand Up @@ -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

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion proto-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 38a471b

Please sign in to comment.