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