Skip to content

Commit

Permalink
Bump version to v0.9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Sep 25, 2023
1 parent 5ad8c67 commit 2166e4e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion patat.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2166e4e

Please sign in to comment.