Skip to content

Commit

Permalink
prepare for v5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joufellasfl committed Sep 11, 2020
1 parent f31112f commit 8a13476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# ChangeLog for cqfd

## Version 5.2.0 (2019-11-11)

* Add the `-d` option to specify an alternate cqfd directory.
* Add the `-C` option to change the working directory.
* Date strings now use POSIX options, eg. for running on macOS.
* Containers are now named `cqfd_%user_%company_%project` instead of
`cqfd_%company_%project`. This prevents collisions with Docker when
several users are using it on the same machine.
Expand Down
2 changes: 1 addition & 1 deletion cqfd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
set -e

PROGNAME=`basename $0`
VERSION=5.1.0
VERSION=5.2.0
cqfddir=".cqfd"
cqfdrc=".cqfdrc"
cqfd_user='builder'
Expand Down

0 comments on commit 8a13476

Please sign in to comment.