From 9af5393e7518ed32cb5954f24bad112a201dc628 Mon Sep 17 00:00:00 2001 From: "robot-yavanna[bot]" <264059672+robot-yavanna[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 18:12:58 +0000 Subject: [PATCH] chore: release main --- .config/release-please-manifest.json | 4 ++-- crates/git-set-attr/CHANGELOG.md | 12 ++++++++++++ crates/git-vendor/CHANGELOG.md | 15 +++++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.config/release-please-manifest.json b/.config/release-please-manifest.json index f02eba0..07e1cb9 100644 --- a/.config/release-please-manifest.json +++ b/.config/release-please-manifest.json @@ -1,4 +1,4 @@ { - "crates/git-vendor": "0.0.2", - "crates/git-set-attr": "0.0.1" + "crates/git-vendor": "0.1.0", + "crates/git-set-attr": "0.1.0" } diff --git a/crates/git-set-attr/CHANGELOG.md b/crates/git-set-attr/CHANGELOG.md index 90968ff..470ff93 100644 --- a/crates/git-set-attr/CHANGELOG.md +++ b/crates/git-set-attr/CHANGELOG.md @@ -3,6 +3,18 @@ ## [0.1.0](https://github.com/git-ents/git-vendor/compare/git-set-attr-v0.0.1...git-set-attr-v0.1.0) (2026-03-08) +### Features + +* Define initial release ([a84e912](https://github.com/git-ents/git-vendor/commit/a84e912f8a5c5e06f1988444a6c8ed304a485fa1)) + + +### Bug Fixes + +* Add missing crate metadata for crates.io publish ([1079f88](https://github.com/git-ents/git-vendor/commit/1079f88102f546c8bd8e56637463f20b0cfd19cc)) + +## [0.1.0](https://github.com/git-ents/git-vendor/compare/git-set-attr-v0.0.1...git-set-attr-v0.1.0) (2026-03-08) + + ### Features * Define initial release ([a84e912](https://github.com/git-ents/git-vendor/commit/a84e912f8a5c5e06f1988444a6c8ed304a485fa1)) diff --git a/crates/git-vendor/CHANGELOG.md b/crates/git-vendor/CHANGELOG.md index 63860fd..bc5ee39 100644 --- a/crates/git-vendor/CHANGELOG.md +++ b/crates/git-vendor/CHANGELOG.md @@ -9,6 +9,21 @@ * Define initial release ([a84e912](https://github.com/git-ents/git-vendor/commit/a84e912f8a5c5e06f1988444a6c8ed304a485fa1)) +### Bug Fixes + +* Add missing crate metadata for crates.io publish ([1079f88](https://github.com/git-ents/git-vendor/commit/1079f88102f546c8bd8e56637463f20b0cfd19cc)) +* Skip merge when base already matches latest vendor ref ([42f089d](https://github.com/git-ents/git-vendor/commit/42f089d634f9dc772e20a97b35be7fab2b3d732c)) +* Strip "./" prefix from gitattributes patterns and filter base tree ([0f8afa2](https://github.com/git-ents/git-vendor/commit/0f8afa26a8851fd34481e96c0aa5a4cd90e4926f)) + +## [0.1.0](https://github.com/git-ents/git-vendor/compare/git-vendor-v0.0.2...git-vendor-v0.1.0) (2026-03-08) + + +### Features + +* Add `pull` subcommand (fetch + merge) ([7640e17](https://github.com/git-ents/git-vendor/commit/7640e1718bd52bd30de00f08542edc3b664ce908)) +* Define initial release ([a84e912](https://github.com/git-ents/git-vendor/commit/a84e912f8a5c5e06f1988444a6c8ed304a485fa1)) + + ### Bug Fixes * Skip merge when base already matches latest vendor ref ([42f089d](https://github.com/git-ents/git-vendor/commit/42f089d634f9dc772e20a97b35be7fab2b3d732c))