Skip to content

Commit

Permalink
Prepare release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dragetd committed May 16, 2022
1 parent dedc934 commit f46eab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release-Changelog

## TBD (TBD)
## v1.6.0 (2022-05-16)
### Features
### Fixes
### Changes
* [`Commands`](docs/deployment-config.md#user-content-fields) can now optionally specify `WorkingDirectoryBundleName` to reference a bundle by the `LocalDirectory` property. If set and the referenced bundle is installed as a system-bundle, then the working directory will be set to the `systembundles`-folder instead of the `bundles`-folder. This is useful if you execute a command that requires to reference resources from other system-bundles via relative path in command arguments or environment variables.
* `bundown`: Added flag `--skip-present-bundles` which, if set, causes `bundown` to skip download of bundles the corresponding folder of which already exist at the directory specified by `--out`.

## v1.6.0-rc0 (2022-04-13)
### Features
Expand Down

0 comments on commit f46eab7

Please sign in to comment.