From 536441f39cb9496822b945dbee09e1b280874983 Mon Sep 17 00:00:00 2001 From: "bucketeer-release-bot[bot]" <305700469+bucketeer-release-bot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:11:24 +0000 Subject: [PATCH] chore: release v0.0.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63c033ca..45ca42f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.4" + ".": "0.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d81fa650..2b727dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the ld-find-code-refs program will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [0.0.5](https://github.com/bucketeer-io/code-refs/compare/v0.0.4...v0.0.5) (2026-07-21) + + +### Features + +* merge upstream improvements from the origin repo ([#17](https://github.com/bucketeer-io/code-refs/issues/17)) ([23f6871](https://github.com/bucketeer-io/code-refs/commit/23f687126314a9d7c166a4ac5c47288fd4f8944c)) + ## [0.0.4](https://github.com/bucketeer-io/code-refs/compare/v0.0.3...v0.0.4) (2026-07-15)