diff --git a/.goreleaser.yml b/.goreleaser.yml index a826d86..b0f87a7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -83,6 +83,7 @@ brews: owner: grdl name: homebrew-tap branch: master + directory: Formula commit_author: name: Grzegorz Dlugoszewski email: git-get@grdl.dev diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c42af8..c6c60df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,24 @@ # Changelog All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.0] - 2025-08-24 + +### Added +- Added support for [Scoop](https://scoop.sh/) installation for Windows. + +### Changed +- [#5](https://github.com/grdl/git-get/issues/5) git-get is now built as a single binary with `git-list` symlinked. It automatically detect which command is invoked. +- Updated Go version from `1.16` to `1.24`. +- Updated all Go dependencies and GitHub Action workflows to recent versions. +- Removed deprecated Go modules. +### Fixed + +- [#14](https://github.com/grdl/git-get/issues/14) Fixed git-list crashing when running on an empty repository. + + ## [0.5.0] - 2021-06-03 ### Changed - [#15](https://github.com/grdl/git-get/pull/15) Bump Go version to 1.16. @@ -95,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release using [goreleaser](https://github.com/goreleaser/goreleaser). +[0.6.0]: https://github.com/grdl/git-get/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/grdl/git-get/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/grdl/git-get/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/grdl/git-get/compare/v0.2.0...v0.3.0 @@ -105,4 +121,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.0.5]: https://github.com/grdl/git-get/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/grdl/git-get/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/grdl/git-get/compare/v0.0.1...v0.0.3 -[0.0.1]: https://github.com/grdl/git-get/releases/tag/v0.0.1 \ No newline at end of file +[0.0.1]: https://github.com/grdl/git-get/releases/tag/v0.0.1