Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
13 changes: 13 additions & 0 deletions crates/bridle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/bridle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bridle"
version = "0.2.9"
version = "0.3.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workspace-level Cargo.toml still has version = "0.2.9" at line 6. Consider updating it to 0.3.0 for consistency, or remove it if unused since all crates use explicit versions.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: crates/bridle/Cargo.toml
Line: 3:3

Comment:
The workspace-level `Cargo.toml` still has `version = "0.2.9"` at line 6. Consider updating it to 0.3.0 for consistency, or remove it if unused since all crates use explicit versions.

<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>

How can I resolve this? If you propose a fix, please make it concise.

edition.workspace = true
description = "Unified configuration manager for AI coding assistants (Claude Code, OpenCode, Goose, AMP Code)"
license.workspace = true
Expand Down