Skip to content

Commit 8a467b5

Browse files
Moe botjtpavlock
Moe bot
authored andcommitted
release: Release v1.5.0
1 parent 25d73e1 commit 8a467b5

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.rst

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Changelog
44

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

7+
v1.5.0 (2022-11-05)
8+
===================
9+
10+
New Features
11+
------------
12+
* Add new `lib_path` argument to `fmt_item_path` (`5ed5dc4 <https://github.com/MoeMusic/Moe/commit/5ed5dc458860d24a7e8a13d9876b02515394aecf>`_)
13+
* Add sample rate and bit depth as track properties (`f9c3384 <https://github.com/MoeMusic/Moe/commit/f9c3384fb7cf20f0dad221ae1f5a38210660d547>`_)
14+
15+
Bug Fixes
16+
---------
17+
* [none] catalog number from musicbrainz now properly set (`25d73e1 <https://github.com/MoeMusic/Moe/commit/25d73e1cf5a6d8ce38e8769631ed4b2089f83182>`_)
18+
* Albumartist overwriting track artist (`6bbf445 <https://github.com/MoeMusic/Moe/commit/6bbf4454b1df1f2d40279980a7dcc348c767684c>`_)
19+
20+
Build Changes
21+
-------------
22+
* Support python 3.11 (`de6ebd2 <https://github.com/MoeMusic/Moe/commit/de6ebd27f8211ec90d16940609776698ae66ea85>`_)
23+
24+
`Full diff <https://github.com/MoeMusic/Moe/compare/v1.4.0...v1.5.0>`__
25+
726
v1.4.0 (2022-11-03)
827
===================
928

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "Moe"
33
include = ["alembic/*", "alembic/versions/*"]
4-
version = "1.4.0"
4+
version = "1.5.0"
55
description = "The ultimate tool for managing your music library."
66
authors = ["Jacob Pavlock <[email protected]>"]
77
repository = "https://github.com/MoeMusic/Moe"
@@ -60,7 +60,7 @@ Sphinx = "^5.2.3"
6060

6161
[tool.commitizen]
6262
name = "cz_customize"
63-
version = "1.4.0"
63+
version = "1.5.0"
6464
version_files = [
6565
"pyproject.toml:^version",
6666
]

0 commit comments

Comments
 (0)