Skip to content

Commit fdd14c1

Browse files
Moe botjtpavlock
Moe bot
authored andcommitted
release: v2.1.1
1 parent f2b41b7 commit fdd14c1

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ Changelog
66

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

9+
v2.1.1 (2023-05-22)
10+
===================
11+
12+
Build Changes
13+
-------------
14+
* Upgrade sqlalchemy to v2.0.0 (`4e568e5 <https://github.com/MoeMusic/Moe/commit/4e568e5cbdf535d243de1184490b0e8e09ff05d7>`_)
15+
* Upgrade lint dependencies (`8a9047d <https://github.com/MoeMusic/Moe/commit/8a9047d1bddb5794ddb56ac759794658d53f4874>`_)
16+
* Upgrade docs dependencies (`8d95017 <https://github.com/MoeMusic/Moe/commit/8d95017601fcff71069986cc7c6bbd4daabdedaf>`_)
17+
* Upgrade test dependencies (`0b5b384 <https://github.com/MoeMusic/Moe/commit/0b5b3847e14bba20a2deb238262ed715e2d5688f>`_)
18+
* Upgrade pytest to v7.0.0 (`50eb061 <https://github.com/MoeMusic/Moe/commit/50eb0611c9d3e496c3b57adf3b6676c9dafaee7b>`_)
19+
* Upgrade rich to v13.0.0 (`3ee7ef0 <https://github.com/MoeMusic/Moe/commit/3ee7ef017dc4fbd2f84e9f1611418ab4b63634f9>`_)
20+
* Upgrade pluggy to v1.0.0 (`88c0384 <https://github.com/MoeMusic/Moe/commit/88c03844b10e95c6bf4fd870c2524e2038052056>`_)
21+
22+
`Full diff <https://github.com/MoeMusic/Moe/compare/v2.1.0...v2.1.1>`__
23+
924
v2.1.0 (2022-12-21)
1025
===================
1126

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 = "2.1.0"
4+
version = "2.1.1"
55
description = "The ultimate tool for managing your music library."
66
authors = ["Jacob Pavlock <[email protected]>"]
77
repository = "https://github.com/MoeMusic/Moe"
@@ -59,7 +59,7 @@ Sphinx = "^6.0.0"
5959

6060
[tool.commitizen]
6161
name = "cz_customize"
62-
version = "2.1.0"
62+
version = "2.1.1"
6363
version_files = [
6464
"pyproject.toml:^version",
6565
]

0 commit comments

Comments
 (0)