diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 65d65c7..97806c9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ Changelog This project adheres to `Semantic Versioning `_. +v0.1.1 (2022-11-07) +=================== + +Bug Fixes +--------- +* Master -> main (`227443c `_) + +Build Changes +------------- +* Remove poetry.lock (`580578c `_) + +`Full diff `__ + v0.1.0 (2021-11-06) =================== Initial release diff --git a/pyproject.toml b/pyproject.toml index 8152f08..8f1ea4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "moe_transcode" -version = "0.1.0" +version = "0.1.1" description = "Plugin for Moe to transcode music." authors = ["Jacob Pavlock "] license = "MIT" @@ -42,7 +42,7 @@ Sphinx = "^5.2.3" [tool.commitizen] name = "cz_customize" -version = "0.1.0" +version = "0.1.1" version_files = [ "pyproject.toml:^version", ]