diff --git a/CHANGELOG.md b/CHANGELOG.md index 6877fb3..c6ade40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog -## 0.3.0 / 2020-02-08 +## 0.4.0 / 2020-05-15 + +You can now `jb update` a single dependency. +Run `jb update github.com/org/repo` (supports multiple at ones). + +#### Changes: + +- **[FEATURE]** Update single dependencies (#92) +- **[FEATURE]** Skip dependencies (#99) +- **[ENHANCEMENT]** Add support for subgroups (#91) (#93) +- **[BUGFIX]** Fix local package with relative path (#100) (#103) (#104) +- **[BUGFIX]** Fix unarchiver (#86) + +## 0.3.1 / 2020-03-01 #### BREAKING: diff --git a/VERSION b/VERSION index 937cd78..fb7a04c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.3.1 +v0.4.0