Skip to content

Commit dd86e07

Browse files
authored
Merge pull request #201 from spacesprotocol/release-plz-2026-08-14T15-13-18Z
chore: release v0.3.1
2 parents 96ac9d6 + f819e5b commit dd86e07

3 files changed

Lines changed: 21 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.1](https://github.com/spacesprotocol/spaces/compare/spaces_nums-v0.3.0...spaces_nums-v0.3.1) - 2026-08-26
9+
10+
### Style
11+
12+
- Fix clippy 1.98 lint
13+
814
## [0.3.0](https://github.com/spacesprotocol/spaces/compare/spaces_checkpoint-v0.2.1...spaces_checkpoint-v0.3.0) - 2026-08-14
915

1016
### Chore

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["borsh_utils", "checkpoint", "client", "protocol", "testutil", "wallet", "nums", "sip7"]
44

55
[workspace.package]
6-
version = "0.3.0"
6+
version = "0.3.1"
77
edition = "2024"
88
rust-version = "1.88"
99
license = "MIT"
@@ -13,12 +13,12 @@ authors = ["Buffrr <contact@buffrr.dev>"]
1313

1414
[workspace.dependencies]
1515
# Internal crates
16-
borsh_utils = { path = "borsh_utils", version = "0.3.0", default-features = false }
17-
spaces_protocol = { path = "protocol", version = "0.3.0", default-features = false }
18-
spaces_nums = { path = "nums", version = "0.3.0", default-features = false }
19-
sip7 = { path = "sip7", version = "0.3.0", default-features = false }
20-
spaces_wallet = { path = "wallet", version = "0.3.0", default-features = false }
21-
spaces_client = { path = "client", version = "0.3.0", default-features = false }
16+
borsh_utils = { path = "borsh_utils", version = "0.3.1", default-features = false }
17+
spaces_protocol = { path = "protocol", version = "0.3.1", default-features = false }
18+
spaces_nums = { path = "nums", version = "0.3.1", default-features = false }
19+
sip7 = { path = "sip7", version = "0.3.1", default-features = false }
20+
spaces_wallet = { path = "wallet", version = "0.3.1", default-features = false }
21+
spaces_client = { path = "client", version = "0.3.1", default-features = false }
2222
spaces_testutil = { path = "testutil", default-features = false }
2323

2424
# External

0 commit comments

Comments
 (0)