Skip to content

Commit 1a22903

Browse files
Moe botjtpavlock
Moe bot
authored andcommitted
release: v2.1.0
1 parent a3e7233 commit 1a22903

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Changelog
66

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

9+
v2.1.0 (2022-12-21)
10+
===================
11+
12+
New Features
13+
------------
14+
* Add `-d` option to `rm` command to delete files (`8246eb8 <https://github.com/MoeMusic/Moe/commit/8246eb80da0453299274e133b27407917643cbd4>`_)
15+
* Query: Added support for numeric range queries (`fac29a1 <https://github.com/MoeMusic/Moe/commit/fac29a189cace54878c75a7373355b334ca84e14>`_)
16+
17+
`Full diff <https://github.com/MoeMusic/Moe/compare/v2.0.0...v2.1.0>`__
18+
919
v2.0.0 (2022-12-20)
1020
===================
1121
I'm not particularly happy about how little time as passed between v1.0.0 and this release and I don't expect this timeframe to be the norm. In a perfect world, I'm releasing `at most` 1-2 major versions per year of Moe. I justified this timeframe as I still don't think there's many people using Moe and the list of breaking changes I wanted to implement had settled at a good number.

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.0.0"
4+
version = "2.1.0"
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 = "^5.2.3"
5959

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

0 commit comments

Comments
 (0)