From b5f3b50e15783f19c21ca7cc942b7f5dafe9a39c Mon Sep 17 00:00:00 2001 From: Moe bot Date: Sun, 20 Nov 2022 22:01:06 +0000 Subject: [PATCH] release: v0.1.3 --- CHANGELOG.rst | 9 +++++++++ pyproject.toml | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 55fc797..bd14fb7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Changelog This project adheres to `Semantic Versioning `_. +v0.1.3 (2022-11-20) +=================== + +Bug Fixes +--------- +* Expand home '~' from config for transcode path (`939b986 `_) + +`Full diff `__ + v0.1.2 (2022-11-12) =================== diff --git a/pyproject.toml b/pyproject.toml index 7a1e415..1e11ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "moe_transcode" -version = "0.1.2" +version = "0.1.3" description = "Plugin for Moe to transcode music." authors = ["Jacob Pavlock "] documentation = "https://moe-transcode.readthedocs.io/en/latest/" @@ -43,7 +43,7 @@ Sphinx = "^5.2.3" [tool.commitizen] name = "cz_customize" -version = "0.1.2" +version = "0.1.3" version_files = [ "pyproject.toml:^version", ]