Skip to content

Commit 73fa67f

Browse files
Merge pull request #2 from Open-Tech-Foundation/release/2026-06-28
chore(release): otf-release@0.2.0
2 parents 1a5028c + 7225326 commit 73fa67f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ adheres to [Semantic Versioning](https://semver.org/). Work in progress lives un
88

99
## [Unreleased]
1010

11+
## [0.2.0] - 2026-06-28
12+
1113
### Added
1214
- **version** — Added interactive pre-release channel selection (stable, alpha, beta, rc). Choosing a pre-release channel unlocks the new `prerelease` bump strategy for iterating tags, and automatically formats transitions from stable to pre-release (e.g., `1.0.0` to `1.1.0-beta.0`).
1315
- **config** — Added global lifecycle hooks (`pre_version`, `post_version`, `pre_publish`, `post_publish`) to `release.toml`, allowing users to execute custom shell scripts across OS environments during critical release orchestration steps.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
# Shared metadata + dependency versions for every crate in the workspace.
1010
# Individual crates inherit these with `field.workspace = true`.
1111
[workspace.package]
12-
version = "0.1.0"
12+
version = "0.2.0"
1313
edition = "2021"
1414
license = "MIT"
1515
repository = "https://github.com/Open-Tech-Foundation/release"

0 commit comments

Comments
 (0)