diff --git a/CHANGES.txt b/CHANGES.txt index d1aba06a..e1949f41 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -devicemapper 0.28.1 (UNRELEASED) -================================ +devicemapper 0.28.1 +=================== Recommended Rust toolchain version: 1.47.0 Lowest supported Rust toolchain version: 1.45 @@ -28,6 +28,7 @@ YAML linter: yamllint (1.23.0) https://github.com/stratis-storage/devicemapper-rs/pull/524 - Tidies and Maintenance: + https://github.com/stratis-storage/devicemapper-rs/pull/585 https://github.com/stratis-storage/devicemapper-rs/pull/584 https://github.com/stratis-storage/devicemapper-rs/pull/583 https://github.com/stratis-storage/devicemapper-rs/pull/582 diff --git a/Cargo.toml b/Cargo.toml index d62f8dd8..7335b386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devicemapper" -version = "0.28.0" +version = "0.28.1" authors = ["Stratis Developers "] description = "A library for using Linux device mapper" documentation = "https://docs.rs/devicemapper/"