From 2166e4e9a2e322167b6f7053f140b013e6299dce Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 25 Sep 2023 10:17:29 +0200 Subject: [PATCH] Bump version to v0.9.1.0 --- CHANGELOG.md | 15 +++++++++++++++ patat.cabal | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86370a8..a097bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.9.1.0 (2023-09-25) + + * Fall back to forcing UTF-8 if decoding fails (#144) (#127) + + When we try to read a file that is encoded in UTF-8, and the system locale + is not set to UTF-8, the GHC runtime system will throw an error. + + While this typically indicates that the user should update their system + locale using e.g. the `LANG` environment variable, we want to provide a good + initial experience for people unfamiliar with this, and in 2023 it's + reasonable to assume files may be encoded in UTF-8. + + * Dependency updates: + - Bump `skylighting` upper bound to 0.15 (#143) + ## 0.9.0.0 (2023-09-13) * Add proper support for speaker notes (#142) diff --git a/patat.cabal b/patat.cabal index 6444bb9..b3d8373 100644 --- a/patat.cabal +++ b/patat.cabal @@ -1,5 +1,5 @@ Name: patat -Version: 0.9.0.0 +Version: 0.9.1.0 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc. License: GPL-2