Skip to content

Commit

Permalink
release: Release v1.1.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 92f7f82 commit 82d8591
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changelog

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

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

New Features
------------
* New read plugin for updating items in moe with any file changes (`adbbdd4 <https://github.com/MoeMusic/Moe/commit/adbbdd49c015953edee7d8225bf3de852748cef8>`_)
* New album field - barcode (`72d07d3 <https://github.com/MoeMusic/Moe/commit/72d07d354cc636d215ae970f9d708d2e3617cdfc>`_)

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

v1.0.0 (2022-10-09)
===================
First stable release! From this point on, the API is considered stable and breaking changes will result in a new major version per semantic versioning.
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.0.0"
version = "1.1.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 @@ -60,7 +60,7 @@ Sphinx = "^5.2.3"

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

0 comments on commit 82d8591

Please sign in to comment.