Skip to content

Commit 15fc030

Browse files
committed
prepare for v5.5.0 release
1 parent 1e27f0c commit 15fc030

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ChangeLog for cqfd
22

3-
## Version 5.5.0-dev (coming soon)
3+
## Version 5.5.0 (2024-02-25)
44

5-
* Add the `shell` command.
6-
* Pre-existing (custom) Docker images can now be used.
7-
* bash-completion config is back up to date.
5+
* Add the `cqfd shell` command.
6+
* Custom Docker images can now be used using `custom_img_name`.
7+
* Bring Bash completions back up to date.
88
* Misc. fixes.
99

1010
## Version 5.4.0 (2023-06-09)

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.5.0-dev
23+
VERSION=5.5.0
2424
cqfddir=".cqfd"
2525
cqfdrc=".cqfdrc"
2626
cqfd_user='builder'

0 commit comments

Comments
 (0)