Skip to content

Commit b0fcb7e

Browse files
Moe botjtpavlock
Moe bot
authored andcommitted
release: v1.1.0
1 parent 5e3839d commit b0fcb7e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Changelog
44

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

7+
v1.1.0 (2022-12-03)
8+
===================
9+
10+
New Features
11+
------------
12+
* Add overwrite argument to overwrite existing files (`5e3839d <https://github.com/MoeMusic/moe_transcode/commit/5e3839df4295b6c80dd6103d7ebe5693847d69b8>`_)
13+
14+
`Full diff <https://github.com/MoeMusic/moe_transcode/compare/v1.0.1...v1.1.0>`__
15+
716
v1.0.1 (2022-11-25)
817
===================
918

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "moe_transcode"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Plugin for Moe to transcode music."
55
authors = ["Jacob Pavlock <[email protected]>"]
66
documentation = "https://moe-transcode.readthedocs.io/en/latest/"
@@ -43,7 +43,7 @@ Sphinx = "^5.2.3"
4343

4444
[tool.commitizen]
4545
name = "cz_customize"
46-
version = "1.0.1"
46+
version = "1.1.0"
4747
version_files = [
4848
"pyproject.toml:^version",
4949
]

0 commit comments

Comments
 (0)