Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.0] - 2025-09-02
### Changed
- [PR#33](https://github.com/EmbarkStudios/proto-gen/pull/33) updated to `tonic-prost-build`, which replaced tonic-build in 0.14.

Expand Down Expand Up @@ -74,7 +75,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.3.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.4.0...HEAD
[0.4.0]: https://github.com/EmbarkStudios/proto-gen/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.11...0.3.0
[0.2.11]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.10...0.2.11
[0.2.10]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.9...0.2.10
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.3.0"
version = "0.4.0"
workspace = ".."

[dependencies]
Expand Down
Loading