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

Commit b342e25

Browse files
committed
0.7.3
1 parent dbb9b52 commit b342e25

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
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.3]
11+
1012
### Fixed
1113

1214
- Handle null values returned from empty child relation queries [#614](https://github.com/p2panda/aquadoggo/pull/614)
@@ -294,8 +296,9 @@ Released on 2021-10-25: :package: [`crate`](https://crates.io/crates/aquadoggo/0
294296
- Use p2panda-rs 0.2.1 with fixed linter setting [#41](https://github.com/p2panda/aquadoggo/41)
295297
- Use `tide` for HTTP server and `jsonrpc-v2` for JSON RPC [#29](https://github.com/p2panda/aquadoggo/29)
296298

297-
[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.7.2...HEAD
298-
[0.7.1]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.2
299+
[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.7.3...HEAD
300+
[0.7.3]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.3
301+
[0.7.2]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.2
299302
[0.7.1]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.1
300303
[0.7.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.0
301304
[0.6.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.6.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.2"
3+
version = "0.7.3"
44
authors = [
55
"adz <x1d@adz.garden>",
66
"cafca <cafca@001.land>",

aquadoggo_cli/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_cli"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = [
55
"adz <x12@adz.garden>",
66
"cafca <cafca@001.land>",

0 commit comments

Comments
 (0)