Skip to content

Commit

Permalink
release: Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe bot authored and jtpavlock committed Nov 3, 2022
1 parent 8d84cb5 commit d4be280
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Changelog

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

v1.4.0 (2022-11-03)
===================

New Features
------------
* Show catalog number after label during import (`84f8067 <https://github.com/MoeMusic/Moe/commit/84f8067bfde837657a1d120853841e77b6cd5845>`_)

Bug Fixes
---------
* Musicbrainz error if release does not have a date or format (`d0fe109 <https://github.com/MoeMusic/Moe/commit/d0fe1096c6a5d522b44e19821defa33302baab01>`_)

`Full diff <https://github.com/MoeMusic/Moe/compare/v1.3.2...v1.4.0>`__

v1.3.2 (2022-11-01)
===================

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "Moe"
include = ["alembic/*", "alembic/versions/*"]
version = "1.3.2"
version = "1.4.0"
description = "The ultimate tool for managing your music library."
authors = ["Jacob Pavlock <[email protected]>"]
repository = "https://github.com/MoeMusic/Moe"
Expand Down Expand Up @@ -60,7 +60,7 @@ Sphinx = "^5.2.3"

[tool.commitizen]
name = "cz_customize"
version = "1.3.2"
version = "1.4.0"
version_files = [
"pyproject.toml:^version",
]
Expand Down

0 comments on commit d4be280

Please sign in to comment.