Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flatc-rust"
version = "0.2.0"
version = "0.2.1"
authors = ["Vlad Frolov <frolvlad@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down