Skip to content

Commit 1a0676a

Browse files
committed
Release 0.2.2
1 parent 2188904 commit 1a0676a

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.2] - 2024-03-11
1213
### Fixed
1314
- [PR#17](https://github.com/EmbarkStudios/proto-gen/pull/17) Make errors slightly easier to read.
1415
- [PR#18](https://github.com/EmbarkStudios/proto-gen/pull/18) Fix handling of filename for target .rs file when it's a keyword.
@@ -36,7 +37,8 @@ and will lead to failed cargo test, and if it is rust code, we definitely don't
3637
- Initial creation of the proto-gen lib and proto-gen-cli
3738

3839
<!-- next-url -->
39-
[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.1...HEAD
40+
[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.2...HEAD
41+
[0.2.2]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.1...0.2.2
4042
[0.2.1]: https://github.com/EmbarkStudios/proto-gen/compare/0.1.1...0.2.1
4143
[0.1.1]: https://github.com/EmbarkStudios/proto-gen/compare/0.1.0...0.1.1
4244
[0.1.0]: https://github.com/EmbarkStudios/proto-gen/releases/tag/0.1.0

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

1616
[dependencies]

0 commit comments

Comments
 (0)