From 03cdb8fe8207b2a884f30ecd9297a7f49be20f71 Mon Sep 17 00:00:00 2001 From: Grzegorz Dlugoszewski Date: Thu, 2 Jul 2020 09:41:06 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8d785..e059bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [0.0.7] - 2020-07-02 +### Fixed +- Missing fetch call on `git list`. + + ## [0.0.6] - 2020-07-01 ### Added - `.deb` and `.rpm` releases. @@ -59,6 +64,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.0.7]: https://github.com/grdl/git-get/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/grdl/git-get/compare/v0.0.5...v0.0.6 [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