diff --git a/CHANGES.txt b/CHANGES.txt index 61d631ef..e18c5b97 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,32 @@ +devicemapper 0.30.1 +=================== +Recommended Rust toolchain version: 1.57.0 +Lowest supported Rust toolchain version: 1.54.0 +Recommended development release: Fedora 34 + +- New release: 0.30.1 + https://github.com/stratis-storage/devicemapper-rs/pull/714 + +- Make internal errors module public: + https://github.com/stratis-storage/devicemapper-rs/issues/724 + https://github.com/stratis-storage/devicemapper-rs/pull/726 + +- Release devicemapper-sys version 0.1.2: + https://github.com/stratis-storage/devicemapper-rs/pull/720 + +- Tidies and Maintenance: + https://github.com/stratis-storage/devicemapper-rs/pull/733 + https://github.com/stratis-storage/devicemapper-rs/pull/732 + https://github.com/stratis-storage/devicemapper-rs/pull/729 + https://github.com/stratis-storage/devicemapper-rs/pull/728 + https://github.com/stratis-storage/devicemapper-rs/pull/725 + https://github.com/stratis-storage/devicemapper-rs/pull/718 + https://github.com/stratis-storage/devicemapper-rs/pull/717 + https://github.com/stratis-storage/devicemapper-rs/pull/715 + https://github.com/stratis-storage/devicemapper-rs/pull/713 + https://github.com/stratis-storage/devicemapper-rs/pull/712 + + devicemapper 0.30.0 =================== Recommended Rust toolchain version: 1.55.0 diff --git a/Cargo.toml b/Cargo.toml index 684da888..a1e8991a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devicemapper" -version = "0.30.0" +version = "0.30.1" authors = ["Stratis Developers "] description = "A library for using Linux device mapper" documentation = "https://docs.rs/devicemapper/"