From a575b2377978aa3cb8ef34e4203cc875d171c33f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 20:15:35 +0000 Subject: [PATCH] chore(master): release bridle 0.3.0 --- .github/release-please-manifest.json | 2 +- crates/bridle/CHANGELOG.md | 13 +++++++++++++ crates/bridle/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 77c796a..c97741d 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { "crates/harness-locate": "0.6.0", "crates/skills-locate": "0.3.0", - "crates/bridle": "0.2.9" + "crates/bridle": "0.3.0" } diff --git a/crates/bridle/CHANGELOG.md b/crates/bridle/CHANGELOG.md index 3d13feb..f482b9e 100644 --- a/crates/bridle/CHANGELOG.md +++ b/crates/bridle/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0](https://github.com/neiii/bridle/compare/bridle-v0.2.9...bridle-v0.3.0) (2026-02-14) + + +### Features + +* improve agent readiness with CI enhancements and templates ([#38](https://github.com/neiii/bridle/issues/38)) ([c69863e](https://github.com/neiii/bridle/commit/c69863ec900488c80582d7848651109023a80ee9)) + + +### Bug Fixes + +* use explicit version in bridle Cargo.toml for release-please ([#48](https://github.com/neiii/bridle/issues/48)) ([0d2a94b](https://github.com/neiii/bridle/commit/0d2a94bc9a425a46a8f5348c06d328d597873cb8)) +* use local changelog path for bridle crate ([#47](https://github.com/neiii/bridle/issues/47)) ([957247b](https://github.com/neiii/bridle/commit/957247b22e90257627c92445f558fb4aedcff391)) + ## [0.2.8] - 2026-01-20 ### Added diff --git a/crates/bridle/Cargo.toml b/crates/bridle/Cargo.toml index 99f36bd..7c1e376 100644 --- a/crates/bridle/Cargo.toml +++ b/crates/bridle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bridle" -version = "0.2.9" +version = "0.3.0" edition.workspace = true description = "Unified configuration manager for AI coding assistants (Claude Code, OpenCode, Goose, AMP Code)" license.workspace = true