From 0508325709822bd7d78f764d4cdc0e04d9916126 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 28 Sep 2024 15:48:39 +0200 Subject: [PATCH] Bump version to v0.12.0.1 --- .github/workflows/build-and-release.yml | 11 ++++++----- CHANGELOG.md | 2 +- patat.cabal | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index e91b279..4d728cb 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -45,11 +45,11 @@ jobs: env: PATAT_TAG: ${{ steps.get_version.outputs.version }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: startsWith(github.ref, 'refs/tags') with: path: artifacts/* - name: artifacts + name: artifacts-${{ runner.os }}-${{ matrix.ghc }} release: name: Release @@ -60,12 +60,13 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: artifacts + pattern: artifacts-* - - run: 'sha256sum patat-*' + - run: ls -R + - run: 'sha256sum artifacts-*/patat-*' - uses: softprops/action-gh-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - files: 'patat-*' + files: 'artifacts-*/patat-*' diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e65325..3938abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.12.0.1 (unreleased) +## 0.12.0.1 (2024-09-28) * Fix width of code blocks when using wide characters (#171) * Bump `pandoc` upper bound to 3.3. diff --git a/patat.cabal b/patat.cabal index 200ebec..31a49fd 100644 --- a/patat.cabal +++ b/patat.cabal @@ -1,5 +1,5 @@ Name: patat -Version: 0.12.0.0 +Version: 0.12.0.1 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc. License: GPL-2