Skip to content

Commit 634118e

Browse files
committed
Release 0.2.9
1 parent f4b4e74 commit 634118e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto-gen/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
## [0.2.9] - 2025-01-16
1213
- [PR#27](https://github.com/EmbarkStudios/proto-gen/pull/27) Added `--prepend-header-file` option for specifying a file which will be prepended as a header in generated source files.
1314
## [0.2.8] - 2024-10-24
1415
### Fixed
@@ -59,7 +60,8 @@ and will lead to failed cargo test, and if it is rust code, we definitely don't
5960
- Initial creation of the proto-gen lib and proto-gen-cli
6061

6162
<!-- next-url -->
62-
[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.8...HEAD
63+
[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.9...HEAD
64+
[0.2.9]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.8...0.2.9
6365
[0.2.8]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.7...0.2.8
6466
[0.2.7]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.6...0.2.7
6567
[0.2.6]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.5...0.2.6

proto-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "proto-gen"
1010
publish = true
1111
readme = "../README.md"
1212
repository = "https://github.com/embarkstudios/proto-gen"
13-
version = "0.2.8"
13+
version = "0.2.9"
1414
workspace = ".."
1515

1616
[dependencies]

0 commit comments

Comments
 (0)