From 7547ce3f2fa1567f29996a1df65aa30a90beac42 Mon Sep 17 00:00:00 2001 From: Thanga Ganapathy Date: Sat, 25 Jul 2026 02:56:44 +0530 Subject: [PATCH] chore(release): otf-release@0.29.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1dec7..00dd835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ adheres to [Semantic Versioning](https://semver.org/). Work in progress lives un ## [Unreleased] +## [0.29.0] - 2026-07-24 + - **version — a package mid-prerelease could not cut a stable release.** Every bump was computed from the manifest, and a package mid-prerelease holds the *prerelease* there. So a package that had shipped `0.13.0` and was now on `1.0.0-beta.3` offered "Minor" as `1.0.0-beta.3` → `1.1.0`, diff --git a/Cargo.lock b/Cargo.lock index 02857e9..1c2acf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1232,7 +1232,7 @@ dependencies = [ [[package]] name = "otf-release" -version = "0.28.0" +version = "0.29.0" dependencies = [ "anstream", "anstyle", @@ -1247,7 +1247,7 @@ dependencies = [ [[package]] name = "otf-release-adapters" -version = "0.28.0" +version = "0.29.0" dependencies = [ "anyhow", "glob", @@ -1260,7 +1260,7 @@ dependencies = [ [[package]] name = "otf-release-core" -version = "0.28.0" +version = "0.29.0" dependencies = [ "anyhow", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 3a1e783..201bd84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ # Shared metadata + dependency versions for every crate in the workspace. # Individual crates inherit these with `field.workspace = true`. [workspace.package] -version = "0.28.0" +version = "0.29.0" edition = "2021" license = "MIT" repository = "https://github.com/Open-Tech-Foundation/release"