We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e941c00 commit b416959Copy full SHA for b416959
CHANGELOG.md
@@ -1,9 +1,14 @@
1
# ChangeLog for cqfd
2
3
-## Version 5.2.2-alpha (Coming soon)
+## Version 5.3.1-alpha (Coming soon)
4
5
* Nothing here yet!
6
7
+## Version 5.3.0 (2022-01-05)
8
+
9
+* Add the `docker_run_args` .cqfdrc option.
10
+* Misc. documentation fixes.
11
12
## Version 5.2.1 (2020-09-14)
13
14
* Fixed an error when launching `cqfd run` from a working directory with
cqfd
@@ -20,7 +20,7 @@
20
set -e
21
22
PROGNAME=`basename $0`
23
-VERSION=5.2.2-alpha
+VERSION=5.3.0
24
cqfddir=".cqfd"
25
cqfdrc=".cqfdrc"
26
cqfd_user='builder'
0 commit comments