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

Commit 508a5f4

Browse files
committed
0.7.1
1 parent 92ed478 commit 508a5f4

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.1]
11+
1012
### Added
1113

1214
- Export ConfigFile which can be de/serialized to and from a config file [#607](https://github.com/p2panda/aquadoggo/pull/607)
@@ -281,7 +283,8 @@ Released on 2021-10-25: :package: [`crate`](https://crates.io/crates/aquadoggo/0
281283
- Use p2panda-rs 0.2.1 with fixed linter setting [#41](https://github.com/p2panda/aquadoggo/41)
282284
- Use `tide` for HTTP server and `jsonrpc-v2` for JSON RPC [#29](https://github.com/p2panda/aquadoggo/29)
283285

284-
[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.7.0...HEAD
286+
[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.7.1...HEAD
287+
[0.7.1]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.1
285288
[0.7.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.0
286289
[0.6.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.6.0
287290
[0.5.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.5.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.7.0"
3+
version = "0.7.1"
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.0"
3+
version = "0.7.1"
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.0"
41+
version = "~0.7.1"
4242
path = "../aquadoggo"

0 commit comments

Comments
 (0)