mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 16:49:43 +00:00
Add links to compare releases in changelog
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -4,7 +4,7 @@ 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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [v0.0.3] - 2020-06-11
|
||||
## [0.0.3] - 2020-06-11
|
||||
### Added
|
||||
- Homebrew release configuration in goreleaser.
|
||||
- Different ways to print `git list` output: flat, simple tree and smart tree.
|
||||
@@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Fix panic when trying to walk directories we don't have permissions to access.
|
||||
|
||||
|
||||
## [v0.0.1] - 2020-06-01
|
||||
## [0.0.1] - 2020-06-01
|
||||
### Added
|
||||
- Initial release using [goreleaser](https://github.com/goreleaser/goreleaser).
|
||||
- Initial release using [goreleaser](https://github.com/goreleaser/goreleaser).
|
||||
|
||||
|
||||
[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
|
||||
Reference in New Issue
Block a user