From 588600e49db12495ce77889ea453a5494a06b3d7 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 15 Oct 2023 14:15:19 +0200 Subject: [PATCH] Bump version to v0.10.1.0 --- CHANGELOG.md | 8 ++++++++ patat.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3452ef6..676e694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.1.0 (2023-10-15) + + * Add dissolve transition effect (#150) + + * Add random transitions (#151) + + Set transition `type` to `random` to randomly sample transition effects + ## 0.10.0.0 (2023-10-12) * Add transition effects (#149) diff --git a/patat.cabal b/patat.cabal index e5ab760..fb36219 100644 --- a/patat.cabal +++ b/patat.cabal @@ -1,5 +1,5 @@ Name: patat -Version: 0.10.0.0 +Version: 0.10.1.0 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc. License: GPL-2