Skip to content

Commit

Permalink
update Changelog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Nov 17, 2023
1 parent c95900c commit 39f0943
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog
## NEXT
## pytaglib 2.1.0 (2023-11-17)
- [!118](https://github.com/supermihi/pytaglib/pull/118): update Taglib version for binary wheels to 1.13.1
- [!117](https://github.com/supermihi/pytaglib/pull/117): modernize packaging / tooling
- [!116](https://github.com/supermihi/pytaglib/pull/116): fix Python 3.12 build

## pytaglib 2.0.0 (2023-03-26)

- update Taglib version for binary wheels to 1.13
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ pytaglib is a very thin wrapper (≈150 lines of [code](src/taglib.pyx)) around

## News

_2023-03-26_ pytaglib-2.0.0 has been released. Major improvements:
_2023-11-17_ pytaglib-2.1.0 has been released. Major improvements:

- **binary wheels** are shipped for all Python versions and platforms
- _breaking change_: `File.path` is now a `Path` object
- support using `File` as context manager
- [!118](https://github.com/supermihi/pytaglib/pull/118): update Taglib version for binary wheels to 1.13.1
- [!116](https://github.com/supermihi/pytaglib/pull/116): fix Python 3.12 build

For a full list of changes in this and previous releases, see the [Changelog](CHANGELOG.md).

Expand Down

0 comments on commit 39f0943

Please sign in to comment.