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/harness-locate": "0.7.0",
"crates/skills-locate": "0.3.0",
"crates/bridle": "0.2.9"
}
7 changes: 7 additions & 0 deletions crates/harness-locate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to `harness-locate` 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.7.0](https://github.com/neiii/bridle/compare/harness-locate-v0.6.0...harness-locate-v0.7.0) (2026-02-14)


### Features

* merge harness-locate and skills-locate into workspace ([#46](https://github.com/neiii/bridle/issues/46)) ([fc3b642](https://github.com/neiii/bridle/commit/fc3b642b1c297b232827424b130d7b57685cda46))

## [Unreleased]

## [0.4.1] - 2026-01-16
Expand Down
2 changes: 1 addition & 1 deletion crates/harness-locate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harness-locate"
version = "0.6.0"
version = "0.7.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down