From ec13c858982c34b7148404f8e1f349c3a366877f Mon Sep 17 00:00:00 2001 From: Grzegorz Dlugoszewski Date: Wed, 1 Jul 2020 21:36:51 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ba818..9a8d785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.0.6] - 2020-07-01 +### Added +- `.deb` and `.rpm` releases. + +### Fixed +- Tree view indentation. +- Missing stdout of git commands. +- Incorrect gitconfig file loading. + + ## [0.0.5] - 2020-06-30 ### Changed - Remove dependency on [go-git](https://github.com/go-git/go-git) and major refactor to fix performance issues on big repos. @@ -47,6 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release using [goreleaser](https://github.com/goreleaser/goreleaser). + +[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 [0.0.3]: https://github.com/grdl/git-get/compare/v0.0.1...v0.0.3