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 @@ -6,6 +6,15 @@ Changelog
6
6
7
7
This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
8
8
9
+ v2.1.3 (2024-04-06)
10
+ ===================
11
+
12
+ Bug Fixes
13
+ ---------
14
+ * Metatracks always failing equality (`89e25d2 <https://github.com/MoeMusic/Moe/commit/89e25d2e6a04a5673de74ca837dc682d9157193b >`_)
15
+
16
+ `Full diff <https://github.com/MoeMusic/Moe/compare/v2.1.2...v2.1.3 >`__
17
+
9
18
v2.1.2 (2024-04-06)
10
19
===================
11
20
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.2 "
4
+ version = " 2.1.3 "
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.2 "
63
+ version = " 2.1.3 "
64
64
version_files = [
65
65
" pyproject.toml:^version" ,
66
66
]
You can’t perform that action at this time.
0 commit comments