Skip to content

Commit

Permalink
0.3.1 (#100)
Browse files Browse the repository at this point in the history
* 0.3.1

* 0.3.1
  • Loading branch information
sergey-shandar authored Oct 18, 2023
1 parent 51df2b8 commit a7f84da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -53,6 +53,10 @@ cargo uninstall blockset
```console
blockset get ngd7zembwj6f2tsh4gyxrcyx26h221e3f2wdgfbtq87nd ./old.md
```
- information about the repository
```console
blockset info
```

## For Developers

Expand Down

0 comments on commit a7f84da

Please sign in to comment.