Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brhahlen committed Jun 15, 2022
1 parent 3c8c06e commit a0542fa
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Version 1.6.0
## New Features
- Added `update` to dc-completion

## Improvements
- Step back to previous directory after update
- Moved `version` to own function `show_version`, for consistency
- Moved `update` to own function `update`, for consistency
- Made the unzipping during the update quiet
- Added version to `dc-completion`

## Bug fixes
- Fixed getting containers in stacks, due to #46

# Version 1.5.5
## Bug fixes
- Update process bugfix
Expand Down
14 changes: 12 additions & 2 deletions build-files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 1.5.5
# Version 1.6.0
## New Features
- Added `update` to dc-completion

## Improvements
- Step back to previous directory after update
- Moved `version` to own function `show_version`, for consistency
- Moved `update` to own function `update`, for consistency
- Made the unzipping during the update quiet
- Added version to `dc-completion`

## Bug fixes
- Update process bugfix
- Fixed getting containers in stacks, due to #46
2 changes: 1 addition & 1 deletion dc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2022 Ben Hählen
##################################
# VERSION
export DC_VERSION=v1.6.0-dev
export DC_VERSION=v1.6.0

###### VARIABLES
if [[ -z "${DC_DIR}" ]]; then
Expand Down

0 comments on commit a0542fa

Please sign in to comment.