File tree 2 files changed +11
-2
lines changed 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ Changelog
4
4
5
5
This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
6
6
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
+
7
16
v1.0.1 (2022-11-25)
8
17
===================
9
18
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " moe_transcode"
3
- version = " 1.0.1 "
3
+ version = " 1.1.0 "
4
4
description = " Plugin for Moe to transcode music."
5
5
authors = [
" Jacob Pavlock <[email protected] >" ]
6
6
documentation = " https://moe-transcode.readthedocs.io/en/latest/"
@@ -43,7 +43,7 @@ Sphinx = "^5.2.3"
43
43
44
44
[tool .commitizen ]
45
45
name = " cz_customize"
46
- version = " 1.0.1 "
46
+ version = " 1.1.0 "
47
47
version_files = [
48
48
" pyproject.toml:^version" ,
49
49
]
You can’t perform that action at this time.
0 commit comments