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

Commit 58ef15b

Browse files
committed
0.7.0
1 parent 28f3280 commit 58ef15b

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.0]
11+
1012
### Added
1113

1214
- Introduce a `migrate` API on the Node to allow publishing data programmatically [#598](https://github.com/p2panda/aquadoggo/pull/598)
@@ -271,8 +273,9 @@ Released on 2021-10-25: :package: [`crate`](https://crates.io/crates/aquadoggo/0
271273
- Use p2panda-rs 0.2.1 with fixed linter setting [#41](https://github.com/p2panda/aquadoggo/41)
272274
- Use `tide` for HTTP server and `jsonrpc-v2` for JSON RPC [#29](https://github.com/p2panda/aquadoggo/29)
273275

274-
[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.6.0...HEAD
275-
[0.5.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.6.0
276+
[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.7.0...HEAD
277+
[0.7.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.0
278+
[0.6.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.6.0
276279
[0.5.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.5.0
277280
[0.4.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.4.0
278281
[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.6.0"
3+
version = "0.7.0"
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.6.0"
3+
version = "0.7.0"
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.6.0"
41+
version = "~0.7.0"
4242
path = "../aquadoggo"

0 commit comments

Comments
 (0)