6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 17:24:49 +00:00

Update Changelog after v0.6.0 release

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-24 10:01:31 +02:00
parent 0e327b0f87
commit 4c9cbcaf96
2 changed files with 19 additions and 2 deletions

View File

@@ -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
[0.0.1]: https://github.com/grdl/git-get/releases/tag/v0.0.1