Skip to content

Commit

Permalink
release: Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe bot authored and jtpavlock committed Oct 12, 2022
1 parent 90e287c commit ebcfd3d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,21 @@ Changelog

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

v1.2.0 (2022-10-12)
===================

New Features
------------
* CLI prompts now allow arrow keys to navigate choices (`78344f9 <https://github.com/MoeMusic/Moe/commit/78344f900a68926e91fc676aa18b034cbd1b5b51>`_)
* New album field - track_total (`eb947b9 <https://github.com/MoeMusic/Moe/commit/eb947b9fb94d26c12e579deb8e802f41233a9474>`_)
* Improve musicbrainz search accuracy (`891b995 <https://github.com/MoeMusic/Moe/commit/891b995e78f6701db411f28d32dd023002b31e49>`_)

Bug Fixes
---------
* Tags now written to tracks if album fields changed (`48f7076 <https://github.com/MoeMusic/Moe/commit/48f707608e5320e6d860641bf3553134d7380bde>`_)

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

v1.1.0 (2022-10-12)
===================

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "Moe"
include = ["alembic/*", "alembic/versions/*"]
version = "1.1.0"
version = "1.2.0"
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 @@ -60,7 +60,7 @@ Sphinx = "^5.2.3"

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

0 comments on commit ebcfd3d

Please sign in to comment.