From bcbfe6363a8d77b7af2d1ff3597979dbcd2bc0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Tue, 23 Jul 2019 12:19:31 +0200 Subject: [PATCH] Docs: Changelog. [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe3cab..6fc44f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +## [1.0.0](https://github.com/cksource/mrgit/compare/v0.11.1...v1.0.0) (2019-07-23) + +### Features + +* Repositories, where an executed command failed, will be printed out at the end of the mgit log. Closes [#104](https://github.com/cksource/mrgit/issues/104). ([2d1450c](https://github.com/cksource/mrgit/commit/2d1450c)) + +### Other changes + +* RIP mgit2 💀 Long live mrgit 🎉 Closes [#85](https://github.com/cksource/mrgit/issues/85). ([4a2a33f](https://github.com/cksource/mrgit/commit/4a2a33f)) + +### BREAKING CHANGES + +* mgit2 was renamed to mrgit. + + ## [0.11.1](https://github.com/cksource/mgit2/compare/v0.11.0...v0.11.1) (2019-07-16) Internal changes only (updated dependencies, documentation, etc.).