Skip to content

Commit 0daf342

Browse files
authored
Merge pull request #6130 from wileyj/fix/clippy_errors
Merge release/3.1.0.0.10 to develop
2 parents c125757 + a9768c3 commit 0daf342

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.0.0/),
66
and this project adheres to the versioning scheme outlined in the [README.md](README.md).
77

8-
## [Unreleased]
8+
## [3.1.0.0.10]
99

1010
### Added
1111
- Persisted tracking of StackerDB slot versions for mining. This improves miner p2p performance.

stacks-signer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.0.0/),
66
and this project adheres to the versioning scheme outlined in the [README.md](README.md).
77

8-
## [Unreleased]
8+
## [3.1.0.0.10.0]
99

1010
### Added
1111
- Persisted tracking of StackerDB slot versions. This improves signer p2p performance.

versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Update these values when a new release is created.
22
# `stacks-common/build.rs` will automatically update `versions.rs` with these values.
3-
stacks_node_version = "3.1.0.0.9"
4-
stacks_signer_version = "3.1.0.0.9.0"
3+
stacks_node_version = "3.1.0.0.10"
4+
stacks_signer_version = "3.1.0.0.10.0"

0 commit comments

Comments
 (0)