From 0e19f9c8829799b2c887b8ee1ca85ea8179dda93 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 | 6 +++--- CHANGELOG.md | 2 +- patat.cabal | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index e91b279..de1545d 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,7 +60,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: artifacts + pattern: artifacts-* - run: 'sha256sum 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