File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ Changelog
6
6
7
7
This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
8
8
9
+ v2.1.2 (2024-04-06)
10
+ ===================
11
+
12
+ Build Changes
13
+ -------------
14
+ * Add importlib_metadata dependency for entry_points backport (`4cc6b97 <https://github.com/MoeMusic/Moe/commit/4cc6b9757faca0daf5ef7753ba33f94dfdf24c6b >`_)
15
+ * Update dependencies (`50e148c <https://github.com/MoeMusic/Moe/commit/50e148cc3f91558233cdf6a2c82c7d6206be37ae >`_)
16
+ * Support python 3.12 (`408594a <https://github.com/MoeMusic/Moe/commit/408594a8d6708c4142ae5d34abf9e7b50435aa7a >`_)
17
+
18
+ `Full diff <https://github.com/MoeMusic/Moe/compare/v2.1.1...v2.1.2 >`__
19
+
9
20
v2.1.1 (2023-05-22)
10
21
===================
11
22
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " Moe"
3
3
include = [" alembic/*" , " alembic/versions/*" ]
4
- version = " 2.1.1 "
4
+ version = " 2.1.2 "
5
5
description = " The ultimate tool for managing your music library."
6
6
authors = [
" Jacob Pavlock <[email protected] >" ]
7
7
repository = " https://github.com/MoeMusic/Moe"
@@ -60,7 +60,7 @@ Sphinx = "^7.0.0"
60
60
61
61
[tool .commitizen ]
62
62
name = " cz_customize"
63
- version = " 2.1.1 "
63
+ version = " 2.1.2 "
64
64
version_files = [
65
65
" pyproject.toml:^version" ,
66
66
]
You can’t perform that action at this time.
0 commit comments