mirror of
https://github.com/trussed-dev/flexiber.git
synced 2026-06-20 04:16:10 -07:00
Prepare release 0.1.2
This commit is contained in:
committed by
sosthene-nitrokey
parent
0cc1629924
commit
40df6e306f
+9
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "flexiber"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Nicolas Stalder <n@stalder.io>", "RustCrypto Developers"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
edition = "2021"
|
||||
|
||||
Reference in New Issue
Block a user