Skip to content

Commit

Permalink
Prepare release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Dec 16, 2024
1 parent 0cc1629 commit 9b06fcb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2]

- Migrate to `syn` version 2: ([#7][])
- Update dependencies to fix clippy warnings ([#7][])

[#7]: https://github.com/nickray/flexiber/pull/7

## [0.1.1]

- Implement `std::error::Error` for `Error` ([#3][], @gahag-cw)
Expand All @@ -19,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release


[Unreleased]: https://github.com/nickray/flexiber/compare/0.1.1...HEAD
[Unreleased]: https://github.com/nickray/flexiber/compare/0.1.2...HEAD
[0.1.2]: https://github.com/nickray/flexiber/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/nickray/flexiber/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/nickray/flexiber/releases/tag/0.1.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 = "flexiber"
version = "0.1.1"
version = "0.1.2"
authors = ["Nicolas Stalder <[email protected]>", "RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
edition = "2021"
Expand Down

0 comments on commit 9b06fcb

Please sign in to comment.