From 929ba18c74cf817bd307926485e99cee0ac59409 Mon Sep 17 00:00:00 2001 From: Grzegorz Dlugoszewski Date: Fri, 31 Jul 2020 09:41:26 +0200 Subject: [PATCH] Update changelog for v0.3.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c9fb1..dff1fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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). +## [0.3.0] - 2020-07-31 +### Added +- More meaningful error messages. +- Show list of errors which ocurred when trying to load repository status. + +### Fixed +- Remove empty directories after a failed `git get` command. + + ## [0.2.0] - 2020-07-08 ### Changed - `git list` won't traverse nested git repositories anymore. This significantly improves performance when listing repos with vendored dependencies (eg, node_modules). @@ -73,6 +82,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.3.0]: https://github.com/grdl/git-get/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/grdl/git-get/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/grdl/git-get/compare/v0.0.7...v0.1.0 [0.0.7]: https://github.com/grdl/git-get/compare/v0.0.6...v0.0.7