From f275f5376550c4c934579d862a56c838f2e3b45c 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 skills-locate 0.4.0 --- .github/release-please-manifest.json | 2 +- crates/skills-locate/CHANGELOG.md | 7 +++++++ crates/skills-locate/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 77c796a..f13e54d 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/skills-locate": "0.4.0", "crates/bridle": "0.2.9" } diff --git a/crates/skills-locate/CHANGELOG.md b/crates/skills-locate/CHANGELOG.md index 9c0d57f..6081501 100644 --- a/crates/skills-locate/CHANGELOG.md +++ b/crates/skills-locate/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to `skills-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.4.0](https://github.com/neiii/bridle/compare/skills-locate-v0.3.0...skills-locate-v0.4.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.2.1] - 2026-01-16 diff --git a/crates/skills-locate/Cargo.toml b/crates/skills-locate/Cargo.toml index ccd4b0c..2d96720 100644 --- a/crates/skills-locate/Cargo.toml +++ b/crates/skills-locate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skills-locate" -version = "0.3.0" +version = "0.4.0" edition.workspace = true license.workspace = true repository.workspace = true