Skip to content

Commit

Permalink
Release v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Feb 12, 2024
1 parent d8496d4 commit ae3b83d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
Changelog
=========
# Changelog

v0.13.0 2020-06-27
------------------
## v0.14.0 2024-02-12

- Require Python ^3.8
- Require beets ^1.6

## v0.13.0 2020-06-27

- Drop support for Python2.7
- Require `beets>=1.4.7`
- Fix a crash in `beet check --add` when a music file is not found on disk. (@ssssam)

v0.12.1 2020-04-19
------------------
## v0.12.1 2020-04-19

- Fix crash when running `beet import` with threading enabled ([#22](https://github.com/geigerzaehler/beets-check/issues/22)) ([@alebianco](https://github.com/alebianco))

v0.12.0 2019-08-12
------------------
## v0.12.0 2019-08-12

- Add support for Python 3
- Drop support for `beets<=1.3.10`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beets-check"
version = "0.13.0"
version = "0.14.0"
description = "beets plugin verifying file integrity with checksums"
authors = ["Thomas Scholtes <geigerzaehler@axiom.fm>"]
license = "MIT"
Expand Down

0 comments on commit ae3b83d

Please sign in to comment.