diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef7ab5a..a70d5311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.2 + +- improved info progress message. PR [#104](https://github.com/datablockset/blockset/pull/104). +- fixed "Not a directory" info bug. PR [#106](https://github.com/datablockset/blockset/pull/106). + ## 0.3.1 - `info` command. PR [#99](https://github.com/datablockset/blockset/pull/99). diff --git a/Cargo.toml b/Cargo.toml index 1b6bfa12..80ef38c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blockset" description = "Data Block Set" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "GPL-3.0-or-later" authors = ["Sergey Shandar"]