Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe bot authored and jtpavlock committed Nov 21, 2022
1 parent 867311d commit 6a353f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Changelog

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

v1.0.0 (2022-11-21)
===================

Breaking Changes
----------------
API is now considered stable.

New Features
------------
* Reduce loglevel to error (`867311d <https://github.com/MoeMusic/moe_transcode/commit/867311d4769a19abcd24bb02d9c263c376ae46e8>`_)
* Support transcoding in parallel (`910bc7a <https://github.com/MoeMusic/moe_transcode/commit/910bc7a6a45bd3a885a793decb38b07ffa9a02b8>`_)

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

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

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.3"
version = "1.0.0"
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.3"
version = "1.0.0"
version_files = [
"pyproject.toml:^version",
]
Expand Down

0 comments on commit 6a353f1

Please sign in to comment.