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

Commit 467ee6f

Browse files
committed
0.6.0
1 parent 04c5959 commit 467ee6f

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.0]
11+
1012
### Added
1113

12-
- Serve static files from `blobs` directory [#480](https://github.com/p2panda/aquadoggo/pull/480)
14+
- Serve static files from `blobs` directory [#480](https://github.com/p2panda/aquadoggo/pull/480) 🥞
1315
- Add method to store for pruning document views [#491](https://github.com/p2panda/aquadoggo/pull/491)
1416
- Introduce `BlobStore` [#484](https://github.com/p2panda/aquadoggo/pull/484)
15-
- Task for automatic garbage collection of unused documents and views [#500](https://github.com/p2panda/aquadoggo/pull/500)
17+
- Task for automatic garbage collection of unused documents and views [#500](https://github.com/p2panda/aquadoggo/pull/500) 🥞
1618
- Blobs directory configuration [#549](https://github.com/p2panda/aquadoggo/pull/549)
1719
- Integrate `Bytes` operation value [#554](https://github.com/p2panda/aquadoggo/pull/554/)
1820
- Implement dependency replication for `blob_v1` and `blob_piece_v1` documents [#514](https://github.com/p2panda/aquadoggo/pull/514)
@@ -261,7 +263,8 @@ Released on 2021-10-25: :package: [`crate`](https://crates.io/crates/aquadoggo/0
261263
- Use p2panda-rs 0.2.1 with fixed linter setting [#41](https://github.com/p2panda/aquadoggo/41)
262264
- Use `tide` for HTTP server and `jsonrpc-v2` for JSON RPC [#29](https://github.com/p2panda/aquadoggo/29)
263265

264-
[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.5.0...HEAD
266+
[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.6.0...HEAD
267+
[0.5.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.6.0
265268
[0.5.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.5.0
266269
[0.4.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.4.0
267270
[0.3.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.3.0

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.5.0"
3+
version = "0.6.0"
44
authors = [
55
"adz <x1d@adz.garden>",
66
"cafca <cafca@001.land>",

aquadoggo_cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aquadoggo_cli"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = [
55
"adz <x12@adz.garden>",
66
"cafca <cafca@001.land>",
@@ -27,7 +27,7 @@ directories = "5.0.1"
2727
env_logger = "0.9.0"
2828
figment = { version = "0.10.10", features = ["toml", "env"] }
2929
hex = "0.4.3"
30-
libp2p = "0.52.0"
30+
libp2p = "0.52.4"
3131
log = "0.4.20"
3232
p2panda-rs = "0.8.0"
3333
path-clean = "1.0.1"
@@ -38,5 +38,5 @@ tokio = { version = "1.28.2", features = ["full"] }
3838
toml = "0.7.6"
3939

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

0 commit comments

Comments
 (0)