Skip to content

Commit a9fd08e

Browse files
Moe botjtpavlock
Moe bot
authored andcommitted
release: v1.5.1
1 parent 3e4fa59 commit a9fd08e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Changelog
44

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

7+
v1.5.1 (2022-11-06)
8+
===================
9+
10+
Bug Fixes
11+
---------
12+
* Ensure tracks created from files contain required tags (`bf215ed <https://github.com/MoeMusic/Moe/commit/bf215ed674bff2d1c7d1024d391dc57995f39055>`_)
13+
14+
`Full diff <https://github.com/MoeMusic/Moe/compare/v1.5.0...v1.5.1>`__
15+
716
v1.5.0 (2022-11-05)
817
===================
918

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

0 commit comments

Comments
 (0)