From 263616a95119d2e1512739b22f56cf229a1ce2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Westlin?= Date: Thu, 16 Jan 2025 22:08:40 +0100 Subject: [PATCH] Release 0.2.10 --- Cargo.lock | 2 +- proto-gen/CHANGELOG.md | 4 +++- proto-gen/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f09b2a..2440a72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ dependencies = [ [[package]] name = "proto-gen" -version = "0.2.9" +version = "0.2.10" dependencies = [ "clap", "prost-build", diff --git a/proto-gen/CHANGELOG.md b/proto-gen/CHANGELOG.md index 277a891..0400cea 100644 --- a/proto-gen/CHANGELOG.md +++ b/proto-gen/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.2.10] - 2025-01-16 - Update dependency `anstream` to `0.6.15` for advisory: - Build fixes that prevented v `0.2.9` from being fully released ## [0.2.9] - 2025-01-16 @@ -62,7 +63,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 -[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.9...HEAD +[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.10...HEAD +[0.2.10]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.9...0.2.10 [0.2.9]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.8...0.2.9 [0.2.8]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.7...0.2.8 [0.2.7]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.6...0.2.7 diff --git a/proto-gen/Cargo.toml b/proto-gen/Cargo.toml index 4f83d93..7c464bf 100644 --- a/proto-gen/Cargo.toml +++ b/proto-gen/Cargo.toml @@ -10,7 +10,7 @@ name = "proto-gen" publish = true readme = "../README.md" repository = "https://github.com/embarkstudios/proto-gen" -version = "0.2.9" +version = "0.2.10" workspace = ".." [dependencies]