Skip to content

Commit

Permalink
0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Jun 18, 2024
1 parent 2ed3c4e commit 17f6b6d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.4]

### Fixed

- Re-materialize blobs which were only partially written to disc due to node crash [#618](https://github.com/p2panda/aquadoggo/pull/618)
Expand Down Expand Up @@ -311,7 +313,8 @@ Released on 2021-10-25: :package: [`crate`](https://crates.io/crates/aquadoggo/0
- Use p2panda-rs 0.2.1 with fixed linter setting [#41](https://github.com/p2panda/aquadoggo/41)
- Use `tide` for HTTP server and `jsonrpc-v2` for JSON RPC [#29](https://github.com/p2panda/aquadoggo/29)

[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.7.3...HEAD
[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.7.4...HEAD
[0.7.4]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.4
[0.7.3]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.3
[0.7.2]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.2
[0.7.1]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.1
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aquadoggo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquadoggo"
version = "0.7.3"
version = "0.7.4"
authors = [
"adz <x1d@adz.garden>",
"cafca <cafca@001.land>",
Expand Down
4 changes: 2 additions & 2 deletions aquadoggo_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquadoggo_cli"
version = "0.7.3"
version = "0.7.4"
authors = [
"adz <x12@adz.garden>",
"cafca <cafca@001.land>",
Expand Down Expand Up @@ -38,5 +38,5 @@ tokio = { version = "1.28.2", features = ["full"] }
toml = "0.7.6"

[dependencies.aquadoggo]
version = "~0.7.1"
version = "~0.7.4"
path = "../aquadoggo"

0 comments on commit 17f6b6d

Please sign in to comment.