From 32dba47579cfbfe0440ec5c89e20ffb7893036b0 Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Thu, 9 Jun 2022 19:33:22 +0200 Subject: [PATCH] Write CHANGELOG for v0.5 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ade40..4f3bff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.5.0 / 2022-06-09 + +#### Changes: + +- **[FEATURE]** Add --quiet option to suppress git progress output (#124) +- **[FEATURE]** Support Bitbucket personal repositories (#156) +- **[FEATURE]** Add --legacy-name flag #158 +- **[ENHANCEMENT]** Windows enhancements (#110) +- **[BUGFIX]** Allow dots in a repository path's "user" section (#106) +- **[BUGFIX]** On windows, use `\` instead of `/` (#115) +- **[BUGFIX]** Replace `/` in version by `-` (#146) +- **[BUGFIX]** Correct path resolution to nested local dependencies (#151) + ## 0.4.0 / 2020-05-15 You can now `jb update` a single dependency.