Skip to content

Commit

Permalink
release: Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe bot authored and jtpavlock committed Oct 2, 2022
1 parent 3d3027c commit 8a0e650
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.14.0 (2022-10-02)
====================

New Features
------------
* Add: New import option to skip a single item (`3d3027c <https://github.com/MoeMusic/Moe/commit/3d3027c5ab37d78a24bffbf014cce4dc19d4c435>`_)

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

v0.13.0 (2022-10-02)
====================

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.13.0"
version = "0.14.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 @@ -65,7 +65,7 @@ docs = ["Sphinx", "furo"]

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

0 comments on commit 8a0e650

Please sign in to comment.