diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 77c796a..9db7149 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -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" } diff --git a/crates/harness-locate/CHANGELOG.md b/crates/harness-locate/CHANGELOG.md index a143ee7..6455ab5 100644 --- a/crates/harness-locate/CHANGELOG.md +++ b/crates/harness-locate/CHANGELOG.md @@ -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 diff --git a/crates/harness-locate/Cargo.toml b/crates/harness-locate/Cargo.toml index e717aca..9490915 100644 --- a/crates/harness-locate/Cargo.toml +++ b/crates/harness-locate/Cargo.toml @@ -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