Skip to content

Commit

Permalink
Merge pull request #714 from mulkieran/changelog
Browse files Browse the repository at this point in the history
Version 0.30.1
  • Loading branch information
mulkieran committed Jan 13, 2022
2 parents fde8cb8 + cb36d01 commit 26517bd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devicemapper"
version = "0.30.0"
version = "0.30.1"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
description = "A library for using Linux device mapper"
documentation = "https://docs.rs/devicemapper/"
Expand Down

0 comments on commit 26517bd

Please sign in to comment.