diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9447b3..6ef7ab5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.1 + +- `info` command. PR [#99](https://github.com/datablockset/blockset/pull/99). + ## 0.3.0 - Breaking change in the repository directory structure. Issue: [#78](https://github.com/datablockset/blockset/issues/78). diff --git a/Cargo.toml b/Cargo.toml index 93c36e55..1b6bfa12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blockset" description = "Data Block Set" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "GPL-3.0-or-later" authors = ["Sergey Shandar"] diff --git a/README.md b/README.md index 8b94a1bd..5edc9ace 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Articles: ## Prerequisites - [Rust](https://www.rust-lang.org/tools/install). -- For Windows, you may need Visual C++. You can get either either +- For Windows, you may need Visual C++. You can get either either - by installing [Microsoft C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/), - or adding [Desktop development with C++](https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170) to Visual Studio. @@ -53,6 +53,10 @@ cargo uninstall blockset ```console blockset get ngd7zembwj6f2tsh4gyxrcyx26h221e3f2wdgfbtq87nd ./old.md ``` +- information about the repository + ```console + blockset info + ``` ## For Developers