Skip to content

Commit af2c4bb

Browse files
committed
Release version 1.4.4
1 parent c5bf06a commit af2c4bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Dock Change Log
22

3+
## 1.4.4 (2017-04-10)
4+
5+
* Set project repo root to current working directory rather than top level
6+
git repository root to allow dock to run in git repo subdirs
7+
* Include list of projects currently a part of a dock container within dock
8+
extension messaging
9+
310
## 1.4.3 (2017-03-29)
411

512
* Change defaults for privileged and pull_latest flags from false to true

bin/dock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
set -euo pipefail
2727

28-
dock_version="1.4.3"
28+
dock_version="1.4.4"
2929
dock_bin="$0"
3030

3131
# We want all output to go to STDERR so that STDOUT receives output from the

0 commit comments

Comments
 (0)