Skip to content

chore: release v0.2.1 #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down