Skip to content

Commit

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

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

v0.1.1 (2022-11-07)
===================

Bug Fixes
---------
* Master -> main (`227443c <https://github.com/MoeMusic/moe_transcode/commit/227443c4e1185cf4ab3bd68e481f0a28625e0eaf>`_)

Build Changes
-------------
* Remove poetry.lock (`580578c <https://github.com/MoeMusic/moe_transcode/commit/580578c4c3cded9beb47c4da9615d01d100b0a77>`_)

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

v0.1.0 (2021-11-06)
===================
Initial release
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.0"
version = "0.1.1"
description = "Plugin for Moe to transcode music."
authors = ["Jacob Pavlock <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -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",
]
Expand Down

0 comments on commit ecb48b5

Please sign in to comment.