Skip to content

Commit d4be280

Browse files
Moe botjtpavlock
Moe bot
authored andcommitted
release: Release v1.4.0
1 parent 8d84cb5 commit d4be280

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.rst

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

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

7+
v1.4.0 (2022-11-03)
8+
===================
9+
10+
New Features
11+
------------
12+
* Show catalog number after label during import (`84f8067 <https://github.com/MoeMusic/Moe/commit/84f8067bfde837657a1d120853841e77b6cd5845>`_)
13+
14+
Bug Fixes
15+
---------
16+
* Musicbrainz error if release does not have a date or format (`d0fe109 <https://github.com/MoeMusic/Moe/commit/d0fe1096c6a5d522b44e19821defa33302baab01>`_)
17+
18+
`Full diff <https://github.com/MoeMusic/Moe/compare/v1.3.2...v1.4.0>`__
19+
720
v1.3.2 (2022-11-01)
821
===================
922

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.3.2"
4+
version = "1.4.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.3.2"
63+
version = "1.4.0"
6464
version_files = [
6565
"pyproject.toml:^version",
6666
]

0 commit comments

Comments
 (0)