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 1e27f0c commit 15fc030Copy full SHA for 15fc030
2 files changed
CHANGELOG.md
@@ -1,10 +1,10 @@
1
# ChangeLog for cqfd
2
3
-## Version 5.5.0-dev (coming soon)
+## Version 5.5.0 (2024-02-25)
4
5
-* Add the `shell` command.
6
-* Pre-existing (custom) Docker images can now be used.
7
-* bash-completion config is back up to date.
+* Add the `cqfd shell` command.
+* Custom Docker images can now be used using `custom_img_name`.
+* Bring Bash completions back up to date.
8
* Misc. fixes.
9
10
## Version 5.4.0 (2023-06-09)
cqfd
@@ -20,7 +20,7 @@
20
set -e
21
22
PROGNAME=$(basename "$0")
23
-VERSION=5.5.0-dev
+VERSION=5.5.0
24
cqfddir=".cqfd"
25
cqfdrc=".cqfdrc"
26
cqfd_user='builder'
0 commit comments