Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 17f6b6d

Browse files
committed
0.7.4
1 parent 2ed3c4e commit 17f6b6d

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.4]
11+
1012
### Fixed
1113

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

314-
[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.7.3...HEAD
316+
[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.7.4...HEAD
317+
[0.7.4]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.4
315318
[0.7.3]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.3
316319
[0.7.2]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.2
317320
[0.7.1]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.1

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aquadoggo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aquadoggo"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
authors = [
55
"adz <x1d@adz.garden>",
66
"cafca <cafca@001.land>",

aquadoggo_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aquadoggo_cli"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
authors = [
55
"adz <x12@adz.garden>",
66
"cafca <cafca@001.land>",
@@ -38,5 +38,5 @@ tokio = { version = "1.28.2", features = ["full"] }
3838
toml = "0.7.6"
3939

4040
[dependencies.aquadoggo]
41-
version = "~0.7.1"
41+
version = "~0.7.4"
4242
path = "../aquadoggo"

0 commit comments

Comments
 (0)