Skip to content

Commit 0af2e60

Browse files
committed
Release 0.2.11
1 parent 14b5105 commit 0af2e60

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.11] - 2025-01-23
1213
### Fixed
1314
- [PR#30](https://github.com/EmbarkStudios/proto-gen/pull/30) Improvements and fixes to the readme.
1415
## [0.2.10] - 2025-01-16
@@ -64,7 +65,8 @@ and will lead to failed cargo test, and if it is rust code, we definitely don't
6465
- Initial creation of the proto-gen lib and proto-gen-cli
6566

6667
<!-- next-url -->
67-
[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.10...HEAD
68+
[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.11...HEAD
69+
[0.2.11]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.10...0.2.11
6870
[0.2.10]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.9...0.2.10
6971
[0.2.9]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.8...0.2.9
7072
[0.2.8]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.7...0.2.8

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.10"
13+
version = "0.2.11"
1414
workspace = ".."
1515

1616
[dependencies]

0 commit comments

Comments
 (0)