Skip to content

Commit

Permalink
release: v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe bot authored and jtpavlock committed Nov 20, 2022
1 parent 939b986 commit b5f3b50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changelog

This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

v0.1.3 (2022-11-20)
===================

Bug Fixes
---------
* Expand home '~' from config for transcode path (`939b986 <https://github.com/MoeMusic/moe_transcode/commit/939b9867d09d8d41845a7d8262c0eeb7257b886d>`_)

`Full diff <https://github.com/MoeMusic/moe_transcode/compare/v0.1.2...v0.1.3>`__

v0.1.2 (2022-11-12)
===================

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
documentation = "https://moe-transcode.readthedocs.io/en/latest/"
Expand Down Expand Up @@ -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",
]
Expand Down

0 comments on commit b5f3b50

Please sign in to comment.