Skip to content

Commit

Permalink
prepare for v5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joufellasfl committed Jun 22, 2018
1 parent 65fca89 commit ec0f858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ChangeLog for cqfd

## Those changes will be in version 5
## Version 5.0.0

* Use semantic versioning
* CQFD_EXTRA_RUN_ARGS replaces CQFD_EXTRA_VOLUMES,ENV,HOSTS,PORTS.
* The container's user and work directory are now the same as the
invocating user. This is useful to prevent cases where the build
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=4.9
VERSION=5.0.0
dockerfile=".cqfd/docker/Dockerfile"
cqfdrc=".cqfdrc"
cqfd_user='builder'
Expand Down

0 comments on commit ec0f858

Please sign in to comment.