Skip to content

Commit 26112c7

Browse files
authored
Merge pull request #6378 from stacks-network/release/3.2.0.0.1
Merge release/3.2.0.0.1 to develop
2 parents ce2ab4f + 4a7dfc2 commit 26112c7

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- arch: macos # excludes macos-armv7
9292
cpu: armv7
9393
- arch: macos # excludes macos-x64
94-
cpu: x86_64
94+
cpu: x86-64
9595
steps:
9696
- name: Build Binary (${{ matrix.arch }}_${{ matrix.cpu }})
9797
uses: stacks-network/actions/stacks-core/release/create-source-binary@main

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ 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.2.0.0.1]
9+
### Added
10+
11+
- Adds node-config-docsgen to automatically create config documentation (#6227)
912

1013
### Fixed
1114

stacks-signer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [3.2.0.0.1.0]
9+
10+
### Changed
11+
12+
- Repurposes the `capitulate_miner_view` timeout to prevent needlessly checking for capitulation when blocks are globally accepted (#6307)
13+
- Consider the local state machine update regardless of local vs global paths (#6325)
14+
- Use the local supported version by default if no consensus is found (#6341)
15+
816
## [3.2.0.0.0.0]
917

1018
### Added

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.2.0.0.0"
4-
stacks_signer_version = "3.2.0.0.0.0"
3+
stacks_node_version = "3.2.0.0.1"
4+
stacks_signer_version = "3.2.0.0.1.0"

0 commit comments

Comments
 (0)