Skip to content

Commit b416959

Browse files
committed
prepare for v5.3.0 release
1 parent e941c00 commit b416959

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# ChangeLog for cqfd
22

3-
## Version 5.2.2-alpha (Coming soon)
3+
## Version 5.3.1-alpha (Coming soon)
44

55
* Nothing here yet!
66

7+
## Version 5.3.0 (2022-01-05)
8+
9+
* Add the `docker_run_args` .cqfdrc option.
10+
* Misc. documentation fixes.
11+
712
## Version 5.2.1 (2020-09-14)
813

914
* Fixed an error when launching `cqfd run` from a working directory with

cqfd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
set -e
2121

2222
PROGNAME=`basename $0`
23-
VERSION=5.2.2-alpha
23+
VERSION=5.3.0
2424
cqfddir=".cqfd"
2525
cqfdrc=".cqfdrc"
2626
cqfd_user='builder'

0 commit comments

Comments
 (0)