From 0512f6a77024efc832f80bbe2cbcac6503dea6e3 Mon Sep 17 00:00:00 2001 From: Pierre Marchand Date: Thu, 11 Jul 2024 15:21:28 +0200 Subject: [PATCH] update version number --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd44f9..420a69b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,12 @@ All notable changes to this project will be documented in this file. +## 0.2.2 - 2024-07-11 + +### Added + +- Accept non-alphabetical control character PR #17 thanks to @dashohoxha + ## 0.2.1 - 2024-06-09 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index a45e37a..f88337b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "asciinema-automation" -version = "0.2.1" +version = "0.2.2" authors = [{ name = "Pierre Marchand", email = "test@test.com" }] description = "CLI utility to automate asciinema" readme = { file = "README.rst", content-type = "text/x-rst" }