diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e982a6..5d1ead3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,8 @@ jobs: { name: "macos", runner: "macos-latest" }, ] runs-on: ${{ matrix.os.runner }} + permissions: + contents: write steps: - uses: actions/checkout@v3 # Using Nix causes dynamic linking issues on macOS. It's easier to diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de5640..0ac5143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to semantic versioning. +## 0.8.2 (2024-04-23) + +Enable support for "✓" character + ## 0.8.1 (2023-02-20) Fixed flattening in the presence of callback tags. diff --git a/intlc.cabal b/intlc.cabal index 936f029..196e065 100644 --- a/intlc.cabal +++ b/intlc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: intlc -version: 0.8.1 +version: 0.8.2 license: MIT build-type: Simple