From 9b06fcb7d0157fed0c899b1660ec425a44d7c166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 16 Dec 2024 16:19:44 +0100 Subject: [PATCH] Prepare release 0.1.2 --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a75e0d..de00ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/Cargo.toml b/Cargo.toml index a2f34f6..3e8954e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flexiber" -version = "0.1.1" +version = "0.1.2" authors = ["Nicolas Stalder ", "RustCrypto Developers"] license = "Apache-2.0 OR MIT" edition = "2021"