Skip to content

Commit

Permalink
🔖(minor) bump release to 5.23.0
Browse files Browse the repository at this point in the history
Added:

- Add `arnold` CLI
  • Loading branch information
jmaupetit committed Jan 5, 2021
1 parent e4c2909 commit 6bc90f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [5.23.0] - 2021-01-05

### Added

- Add `arnold` CLI
Expand Down Expand Up @@ -933,7 +935,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).
- Official Docker image is available at:
https://hub.docker.com/r/fundocker/arnold/

[unreleased]: https://github.com/openfun/arnold/compare/v5.22.1...master
[unreleased]: https://github.com/openfun/arnold/compare/v5.23.0...master
[5.23.0]: https://github.com/openfun/arnold/compare/v5.22.1...v5.23.0
[5.22.1]: https://github.com/openfun/arnold/compare/v5.22.0...v5.22.1
[5.22.0]: https://github.com/openfun/arnold/compare/v5.21.3...v5.22.0
[5.21.3]: https://github.com/openfun/arnold/compare/v5.21.2...v5.21.3
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.22.1
5.23.0
2 changes: 1 addition & 1 deletion bin/arnold
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eo pipefail

# Docker
declare -r ARNOLD_IMAGE_NAME="${ARNOLD_IMAGE_NAME:-fundocker/arnold}"
declare -r ARNOLD_IMAGE_TAG="${ARNOLD_IMAGE_TAG:-5.22.1}"
declare -r ARNOLD_IMAGE_TAG="${ARNOLD_IMAGE_TAG:-5.23.0}"
declare -r ARNOLD_IMAGE="${ARNOLD_IMAGE:-${ARNOLD_IMAGE_NAME}:${ARNOLD_IMAGE_TAG}}"
declare -r ARNOLD_PROJECT_PATH="${PWD}"
declare -r ARNOLD_TRAY_FILE="arnold.yml"
Expand Down

0 comments on commit 6bc90f4

Please sign in to comment.