Skip to content

Commit

Permalink
release: Release v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe bot authored and jtpavlock committed Oct 8, 2022
1 parent 1c0f844 commit fcaaaa8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changelog

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

v0.15.2 (2022-10-08)
====================

Bug Fixes
---------
* Musicbrainz error if release does not have a country specified (`1c0f844 <https://github.com/MoeMusic/Moe/commit/1c0f844ddb595ba04ac0a947a7e02d33d48f1121>`_)

`Full diff <https://github.com/MoeMusic/Moe/compare/v0.15.1...v0.15.2>`__

v0.15.1 (2022-10-08)
====================

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 = "0.15.1"
version = "0.15.2"
description = "The ultimate tool for managing your music library."
authors = ["Jacob Pavlock <jtpavlock@gmail.com>"]
repository = "https://github.com/MoeMusic/Moe"
Expand Down Expand Up @@ -65,7 +65,7 @@ docs = ["Sphinx", "furo"]

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

0 comments on commit fcaaaa8

Please sign in to comment.