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.5.1 (2022-11-06)
8
+ ===================
9
+
10
+ Bug Fixes
11
+ ---------
12
+ * Ensure tracks created from files contain required tags (`bf215ed <https://github.com/MoeMusic/Moe/commit/bf215ed674bff2d1c7d1024d391dc57995f39055 >`_)
13
+
14
+ `Full diff <https://github.com/MoeMusic/Moe/compare/v1.5.0...v1.5.1 >`__
15
+
7
16
v1.5.0 (2022-11-05)
8
17
===================
9
18
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 = " 1.5.0 "
4
+ version = " 1.5.1 "
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 = "^5.2.3"
60
60
61
61
[tool .commitizen ]
62
62
name = " cz_customize"
63
- version = " 1.5.0 "
63
+ version = " 1.5.1 "
64
64
version_files = [
65
65
" pyproject.toml:^version" ,
66
66
]
You can’t perform that action at this time.
0 commit comments