Skip to content

Commit

Permalink
release: v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe bot authored and jtpavlock committed Nov 6, 2022
1 parent 3e4fa59 commit a9fd08e
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>`_.

v1.5.1 (2022-11-06)
===================

Bug Fixes
---------
* Ensure tracks created from files contain required tags (`bf215ed <https://github.com/MoeMusic/Moe/commit/bf215ed674bff2d1c7d1024d391dc57995f39055>`_)

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

v1.5.0 (2022-11-05)
===================

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.5.0"
version = "1.5.1"
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.5.0"
version = "1.5.1"
version_files = [
"pyproject.toml:^version",
]
Expand Down

0 comments on commit a9fd08e

Please sign in to comment.