Skip to content

Commit

Permalink
v0.4.9 (#156)
Browse files Browse the repository at this point in the history
<!-- markdownlint-disable-file MD041 -->
## Description

Update versions for release `v0.4.9`.

## To Do

<!--
- If you believe one of below checkpoints is not required for the change
you
are submitting, cross it out and check the box nonetheless to let us
know.
  For example: - [x] ~Changelog~
- Regarding the changelog, often it makes sense to add your entry only
after code
review is finished. That way you might prevent conflicts from other PR's
in
that file, as well as keep the chance high your description fits with
the
  latest revision of your feature/fix.
- Regarding documentation, bugfixes often don't require additions to the
docs.
-->

- [x] ~Documentation (update `README.md`)~
- [x] Changelog (add an entry to `CHANGELOG.md`)
- [x] ~Tests~
  • Loading branch information
gtronset committed Apr 20, 2024
1 parent d05ce32 commit 02ab6ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.9] - 2024-04-20

### Changed

- Update beets version & other dependency requirements <https://github.com/gtronset/beets-filetote/pull/155>

## [0.4.8] - 2023-01-03
## [0.4.8] - 2024-01-03

### Added

Expand Down Expand Up @@ -185,8 +187,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- Release Links -->

[unreleased]: https://github.com/gtronset/beets-filetote/compare/v0.4.8...HEAD
[0.4.8]: https://github.com/gtronset/beets-filetote/releases/tag/v0.4.8
[unreleased]: https://github.com/gtronset/beets-filetote/compare/v0.4.9...HEAD
[0.4.9]: https://github.com/gtronset/beets-filetote/releases/tag/v0.4.9
[0.4.7]: https://github.com/gtronset/beets-filetote/releases/tag/v0.4.7
[0.4.6]: https://github.com/gtronset/beets-filetote/releases/tag/v0.4.6
[0.4.5]: https://github.com/gtronset/beets-filetote/releases/tag/v0.4.5
Expand Down
2 changes: 1 addition & 1 deletion beetsplug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__path__ = extend_path(__path__, __name__)

__version__ = "0.4.8"
__version__ = "0.4.9"
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-filetote"
version = "0.4.8"
version = "0.4.9"
description = "A beets plugin to copy/moves non-music extra files, attachments, and artifacts during the import process."
authors = ["Gavin Tronset <gtronset@gmail.com>"]
keywords = ["beets", "files", "artifacts", "extra"]
Expand Down

0 comments on commit 02ab6ca

Please sign in to comment.