Prepare a v0.2.0 release

This commit is contained in:
Matthias Loibl 2020-01-08 11:20:36 +01:00
parent 376432fadd
commit f1f1723381
No known key found for this signature in database
GPG key ID: 78A796CA74CA38BA
3 changed files with 13 additions and 5 deletions

View file

@ -1,3 +1,13 @@
## 0.2.0 / 202-01-08
* [FEATURE] Rework installation process adding checksums (#44)
* [FEATURE] Add local dependencies as source dependency (#36)
* [ENHANCEMENT] Only write jsonnnet files if we made changes (#56)
* [ENHANCEMENT] Package install optimizations for git (#38)
* [ENHANCEMENT] Add integration tests (#35)
* [ENHANCEMENT] Suppress detached head advice (#34)
* [BUGFIX] Make sure to fetch git tags (#58)
## 0.1.0 / 2019-04-23 ## 0.1.0 / 2019-04-23
This is the first release for jsonnet-bundler. This is the first release for jsonnet-bundler.

View file

@ -87,11 +87,9 @@ usage: jb [<flags>] <command> [<args> ...]
A jsonnet package manager A jsonnet package manager
Flags: Flags:
-h, --help Show context-sensitive help (also try --help-long and -h, --help Show context-sensitive help (also try --help-long and --help-man).
--help-man).
--version Show application version.
--jsonnetpkg-home="vendor" --jsonnetpkg-home="vendor"
The directory used to cache packages in. The directory used to cache packages in.
Commands: Commands:
help [<command>...] help [<command>...]

View file

@ -1 +1 @@
v0.1.0 v0.2.0