Skip to content

Commit fae4729

Browse files
lklimekclaude
andauthored
chore: release v1.5.1 (#196)
- workspace version 1.5.0 -> 1.5.1 - rust-version 1.85 -> 1.88 (zip 8.5 build-dep requires rustc >= 1.88) - add CHANGELOG.md (Keep a Changelog format) with [1.5.1] entry Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fb27e3a commit fae4729

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.5.1] - 2026-04-24
9+
10+
### Changed
11+
12+
- **MSRV bumped to `1.88`** (was `1.85`) — required by the `zip` 8.5 build-dependency in `tenderdash-proto-compiler`. Consumers of `tenderdash-proto` must build with rustc ≥ 1.88.
13+
- `zip` build-dependency updated from `7.0` to `8.5` in `tenderdash-proto-compiler` (#193).
14+
- Reference Dockerfiles bumped from `rust:1.85-*` to `rust:1.88-*`.
15+
16+
### Fixed
17+
18+
- `tenderdash-proto-compiler`: actionable download-hint message and stale-archive cleanup in the Tenderdash source fetch script (#188).
19+
- `tenderdash-abci` tests: updated `bollard` import to use `bollard::models::ContainerCreateBody` (bollard 0.20.2 dropped the re-export via `bollard::secret::*`).
20+
21+
### CI / Build
22+
23+
- `actions/upload-artifact` 6 → 7 (#183).
24+
- `docker/setup-buildx-action` 3.12.0 → 4.0.0 (#185).
25+
- `docker/build-push-action` 6.18.0 → 7.0.0 (#186) and 7.0.0 → 7.1.0 (#194).
26+
- `actions/deploy-pages` 4 → 5 (#191).
27+
- `actions/configure-pages` 5 → 6 (#192).
28+
- `actions/upload-pages-artifact` 4 → 5 (#195).
29+
30+
[1.5.1]: https://github.com/dashpay/rs-tenderdash-abci/compare/v1.5.0...v1.5.1

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ members = ["abci", "proto-compiler", "proto"]
44

55
[workspace.package]
66

7-
rust-version = "1.85"
8-
version = "1.5.0"
7+
rust-version = "1.88"
8+
version = "1.5.1"

0 commit comments

Comments
 (0)