Skip to content

Commit 132c8fb

Browse files
committed
chore: prepare release 3.0.1
1 parent 23f00a1 commit 132c8fb

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/draft-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
changelogPath: CHANGELOG.md
4141

4242
- name: Bump version in Cargo.toml
43-
uses: thomaseizinger/set-crate-version@2.0.0
43+
uses: thomaseizinger/set-crate-version@1.0.1
4444
with:
4545
version: ${{ github.event.inputs.version }}
4646
manifest: Cargo.toml

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1] - 2025-10-13
11+
12+
### Fixed
13+
14+
- Set `thomaseizinger/set-crate-version` from 2.0.0 to 1.0.1
15+
1016
## [3.0.0] - 2025-10-13
1117

1218
### Changed
@@ -74,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7480
- `Draft new release` shared workflow
7581
- `Release to crates.io` shared workflow
7682

77-
[Unreleased]: https://github.com/monero-rs/workflows/compare/v3.0.0...HEAD
83+
[Unreleased]: https://github.com/monero-rs/workflows/compare/v3.0.1...HEAD
84+
[3.0.1]: https://github.com/monero-rs/workflows/compare/v3.0.0...v3.0.1
7885
[3.0.0]: https://github.com/monero-rs/workflows/compare/v2.0.3...v3.0.0
7986
[2.0.3]: https://github.com/monero-rs/workflows/compare/v2.0.2...v2.0.3
8087
[2.0.2]: https://github.com/monero-rs/workflows/compare/v2.0.1...v2.0.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Workflow version](https://img.shields.io/badge/Workflow%20version-@v3.0.0-blue)](https://github.com/monero-rs/workflows/releases/tag/v3.0.0)
1+
[![Workflow version](https://img.shields.io/badge/Workflow%20version-@v3.0.1-blue)](https://github.com/monero-rs/workflows/releases/tag/v3.0.1)
22
[![License: MIT or Apache](https://img.shields.io/badge/License-MIT%20or%20Apache%202.0-yellow.svg)](./COPYRIGHT)
33

44
# Shared Workflows

0 commit comments

Comments
 (0)