Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 6f71ea8

Browse files
Moe botjtpavlock
authored andcommitted
release: v1.1.1
1 parent ec2f81d commit 6f71ea8

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.rst

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

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

7+
v1.1.1 (2025-04-03)
8+
===================
9+
10+
Build Changes
11+
-------------
12+
* Support python 3.13 (`1fbbbd8 <https://github.com/MoeMusic/moe_transcode/commit/1fbbbd8b77e7740bf5c9bb7f8e8f8ca0536af2f1>`_)
13+
* Update dependencies (`b5546de <https://github.com/MoeMusic/moe_transcode/commit/b5546de1aefad66adb83af40f0174f761857aa32>`_)
14+
* Update dependencies (`c74d182 <https://github.com/MoeMusic/moe_transcode/commit/c74d1821cd6e11527f98f6d8c4490fdc455e5efa>`_)
15+
* Upgrade moe to 2.0.0 (`38683bb <https://github.com/MoeMusic/moe_transcode/commit/38683bb3f6b2a4d576cc57c8ebd9b0af2defe4ea>`_)
16+
17+
`Full diff <https://github.com/MoeMusic/moe_transcode/compare/v1.1.0...v1.1.1>`__
18+
719
v1.1.0 (2022-12-03)
820
===================
921

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.1.0"
3+
version = "1.1.1"
44
description = "Plugin for Moe to transcode music."
55
authors = ["Jacob Pavlock <jtpavlock@gmail.com>"]
66
documentation = "https://moe-transcode.readthedocs.io/en/latest/"
@@ -44,7 +44,7 @@ Sphinx = "^7.0.0"
4444

4545
[tool.commitizen]
4646
name = "cz_customize"
47-
version = "1.1.0"
47+
version = "1.1.1"
4848
version_files = [
4949
"pyproject.toml:^version",
5050
]

0 commit comments

Comments
 (0)