1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-22 14:41:40 +00:00

doc: Update changelog for 2.1.0

This commit is contained in:
2026-01-14 06:15:16 +00:00
committed by GitHub
parent 0b6b2fe5b0
commit 2109d6e518
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
Changes
=======
Version 2.1.0 -- 2026/01/14
---------------------------
* Add `conftest.py` to source distribution by @mgorny in https://github.com/arsenetar/send2trash/pull/106
* Replacing elif, which is always True, with else by @PalmtopTiger in https://github.com/arsenetar/send2trash/pull/104
* Migrate to pyproject.toml from setup.cfg
Version 2.0.0 -- 2025/12/30
---------------------------
* Drop suport for Python 2