From 0dcebf48869214abcac3741ebb458331e6f003e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:46:02 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c73f8..8989c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/ghepting/dev-setup/compare/v1.0.0...v1.0.1) (2026-01-21) + + +### Bug Fixes + +* ensure agy alias is setup for dists without it (dnf on fedora for example seems to only come with antigravity bin, unlike homebrew formula) ([f9d37b9](https://github.com/ghepting/dev-setup/commit/f9d37b9236bb0212a3adc71f2422745074f551a1)) + ## [1.0.0](https://github.com/ghepting/dev-setup/compare/v0.2.0...v1.0.0) (2026-01-20) diff --git a/VERSION b/VERSION index 3eefcb9..7dea76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1