mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
doc(release): CHANGELOG for v0.4.0 (#107)
This commit is contained in:
parent
f581370e63
commit
447344d5a0
2 changed files with 15 additions and 2 deletions
15
CHANGELOG.md
15
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:
|
||||
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
v0.3.1
|
||||
v0.4.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue