diff --git a/CHANGELOG.md b/CHANGELOG.md index c5abe0d2..a78bab21 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.7.0 + +- breaking change. Add a `directory` property into a directory block. PR [#184](https://github.com/datablockset/blockset/pull/184). + ## 0.6.0 - license changed to AGPL 3.0. PR [#177](https://github.com/datablockset/blockset/pull/177). diff --git a/Cargo.toml b/Cargo.toml index 2742a4ca..a8502240 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,16 +3,16 @@ members = ["blockset", "blockset-lib"] resolver = "2" [workspace.package] -version = "0.6.0" +version = "0.7.0" edition = "2021" license = "AGPL-3.0-or-later" authors = ["Sergey Shandar"] repository = "https://github.com/datablockset/blockset" [workspace.dependencies] -blockset-lib = { path = "blockset-lib", version = "0.6.0" } +blockset-lib = { path = "blockset-lib", version = "0.7.0" } io-trait = "0.11.0" io-impl = "0.11.0" io-test = "0.11.0" wasm-bindgen-test = "0.3.42" -nanvm-lib = "0.0.5" +nanvm-lib = "0.1.0" diff --git a/issues/README.md b/issues/README.md index a7125903..7815d313 100644 --- a/issues/README.md +++ b/issues/README.md @@ -1,6 +1,5 @@ # Issues - Restore code coverage. We may switch to `cargo-llvm-cov` from `tarpauilin`. -- Change directory structure. - ASN.1 - remove `--to-posix-eol` and replace it with a separate utility