From 74a50859f4893ea56881a2c9c4c4e75545c616af Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Sat, 10 Feb 2024 19:48:18 +0100 Subject: [PATCH] chore: release --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b20287..64acf83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,4 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/frol/flatc-rust/compare/v0.2.0...v0.2.1) - 2024-02-10 + +### Other +- Updated references to the flatc package in various distributions +- Fixed badges in the README +- Fixed CI +- Added release-plz to automate release management +- Add dependabot ([#12](https://github.com/frol/flatc-rust/pull/12)) +- updated flatbuffers package in the example and resolved compatibility issues +- (cargo-release) start next development iteration 0.2.1-alpha.0 + diff --git a/Cargo.toml b/Cargo.toml index 25d37bd..4b59636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatc-rust" -version = "0.2.0" +version = "0.2.1" authors = ["Vlad Frolov "] edition = "2018" license = "MIT/Apache-2.0"