Skip to content

Commit

Permalink
release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Sep 18, 2024
1 parent 83a348a commit f46237c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.2.1](https://github.com/Purpose-Green/deploy/compare/origin/prod...0.2.1) - 2024-09-18

- 83a348a fix: console_header::print_version
- 2a0f482 docs: update readme

## [0.2.0](https://github.com/Purpose-Green/deploy/compare/origin/prod...0.2.0) - 2024-09-18

- 32d1c46 docs: update release notes
Expand Down
2 changes: 1 addition & 1 deletion deploy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

# shellcheck disable=SC2034
declare -r DEPLOY_VERSION="0.2.0"
declare -r DEPLOY_VERSION="0.2.1"

DEPLOY_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"
export DEPLOY_ROOT_DIR
Expand Down

0 comments on commit f46237c

Please sign in to comment.