Skip to content

Commit

Permalink
Update version and git tags in CI configs, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 15, 2023
1 parent 3b3663d commit 1a257b3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# packcheck-0.6.0
# packcheck-0.7.0
# You can use any of the options supported by packcheck as environment
# variables here. See https://github.com/composewell/packcheck for all
# options and their explanation.
Expand Down Expand Up @@ -63,7 +63,7 @@ env: &env
# If you have not committed packcheck.sh in your repo at PACKCHECK
# then it is automatically pulled from this URL.
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
PACKCHECK_GITHUB_COMMIT: "3db46664f5eeadcd6fbe18b0ff6e9a31c41e4fbe"
PACKCHECK_GITHUB_COMMIT: "v0.7.0"

# ubuntu seems to have better support than debian on CI systems
docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# packcheck-0.6.0
# packcheck-0.7.0
# You can use any of the options supported by packcheck as environment
# variables here. See https://github.com/composewell/packcheck for all
# options and their explanation.
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
# If you have not committed packcheck.sh in your repo at PACKCHECK
# then it is automatically pulled from this URL.
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
PACKCHECK_GITHUB_COMMIT: "3db46664f5eeadcd6fbe18b0ff6e9a31c41e4fbe"
PACKCHECK_GITHUB_COMMIT: "v0.7.0"

# ------------------------------------------------------------------------
# Final build variables
Expand Down
12 changes: 6 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.7.0 (Unreleased)
## 0.7.0 (Dec 2023)

### Enhancements
* Now supports using ghcup to install ghc automatically if GHCUPVER env var is
specified.

### Breaking Changes

Expand All @@ -10,15 +14,11 @@
* Removed GHCJS, coveralls support
* Removed `CABAL_HACKAGE_MIRROR` env var

### Enhancements
* Now supports using ghcup to install ghc automatically if GHCUPVER env var is
specified.

## 0.6.0

### Enhancements

* CABAL_DISABLE_DEPS env var to disable dependencies install by cabal. This can
* `CABAL_DISABLE_DEPS` env var to disable dependencies install by cabal. This can
be useful when we have dependencies already installed e.g. in a nix shell.
* Add support for github CI
* Add packcheck-remote.sh, a wrapper over packcheck that allows you
Expand Down
1 change: 0 additions & 1 deletion MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ commit in the PR.
* Test removing caching
* Update the version number in config files
* Update version number in the script
* Update `$HLINT_VERSION` to the latest hlint version in the script
* Update Changelog accordingly

## Post release tasks
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ environment:
# If you have not committed packcheck.sh in your repo at PACKCHECK_LOCAL_PATH
# then it is automatically pulled from this URL.
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
PACKCHECK_GITHUB_COMMIT: "3db46664f5eeadcd6fbe18b0ff6e9a31c41e4fbe"
PACKCHECK_GITHUB_COMMIT: "v0.7.0"

# Override the temp directory to avoid sed escaping issues
# See https://github.com/haskell/cabal/issues/5386
Expand Down

0 comments on commit 1a257b3

Please sign in to comment.