mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-12 16:10:04 +01:00
Merge pull request #161 from jsonnet-bundler/new-release
Write CHANGELOG for v0.5
This commit is contained in:
commit
5fddb90f8c
1 changed files with 13 additions and 0 deletions
13
CHANGELOG.md
13
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue