From 03f07daccd4c6ec2df2b407a319df675bf972280 Mon Sep 17 00:00:00 2001 From: faradox Date: Sat, 2 Mar 2024 09:51:33 +0100 Subject: [PATCH] chore: prepare release 0.2.2 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 445b7a1..30b66a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.2.2](https://github.com/okio-ai/nendo/releases/tag/0.2.2) - 2024-03-02 + +[Compare with 0.2.1](https://github.com/okio-ai/nendo/compare/0.2.1...0.2.2) + +### Bug Fixes + +- set fallback track title without extension ([06396e6](https://github.com/okio-ai/nendo/commit/06396e66bc8360c462ea64e0350f9e3a4001ac89) by faradox). +- add sanitization of strings for json insert ([65b5cf5](https://github.com/okio-ai/nendo/commit/65b5cf5ec2685410d013b1616c070fd6a8747dd0) by faradox). + +### Docs + +- improve documentation in various places ([a084146](https://github.com/okio-ai/nendo/commit/a0841468a93e25cd0a8000d9883b057897861e0e) by faradox). + ## [0.2.1](https://github.com/okio-ai/nendo/releases/tag/0.2.1) - 2024-02-28 [Compare with 0.2.0](https://github.com/okio-ai/nendo/compare/0.2.0...0.2.1) diff --git a/pyproject.toml b/pyproject.toml index dbe9edd..a0d1d4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nendo" -version = "0.2.1" +version = "0.2.2" authors = [ "Okio Team ", ]