From 9f77ed443205b75ff6d9fdf619b2073f865fa0f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 04:40:38 +0000 Subject: [PATCH 1/2] chore(main): release 1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ version.txt | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7248123 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 1.0.0 (2026-05-28) + + +### Features + +* implement asdf plugin for ticgit ([8dc1317](https://github.com/bosmak/asdf-ticgit/commit/8dc131798ccc9b768ba2f6e6185f949275612547)) + + +### Bug Fixes + +* bump asdf-vm/actions from v3 to v4 ([e9ab5b6](https://github.com/bosmak/asdf-ticgit/commit/e9ab5b6d3ef392beb8dbfe704ae8505303d19910)) +* update README to reference bosmak/asdf-ticgit ([21b2fd9](https://github.com/bosmak/asdf-ticgit/commit/21b2fd9e44fa7aabdc9c43bbb256e54df0f9a29f)) diff --git a/version.txt b/version.txt index 6e8bf73..3eefcb9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 +1.0.0 From 788729f292425983f9e8d1f6db1f00c78e0283df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 05:57:50 +0000 Subject: [PATCH 2/2] chore(deps): bump GoogleCloudPlatform/release-please-action from 3 to 5 Bumps [GoogleCloudPlatform/release-please-action](https://github.com/googlecloudplatform/release-please-action) from 3 to 5. - [Release notes](https://github.com/googlecloudplatform/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/googlecloudplatform/release-please-action/compare/v3...v5) --- updated-dependencies: - dependency-name: GoogleCloudPlatform/release-please-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 454ce7a..17ef761 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,6 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v3 + - uses: GoogleCloudPlatform/release-please-action@v5 with: release-type: simple