Skip to content

Commit

Permalink
release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Dec 11, 2024
1 parent 9b9bd98 commit b59505b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions history.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
x.x.x (xx-xx-xxxx)

0.24.0 (11-12-2024)
-------------------
- remove documentation dependencies from pyproject.toml (moved to docs/requirements.txt)
- include symlink destination in path info for unix legacy mode (#169)
- update documentation links (#180)
Thanks to `webknjaz <https://github.com/webknjaz>`_, `rcfox <https://github.com/rcfox>`_

0.23.1 (14-10-2024)
-------------------
- update ci

0.23.0 (14-10-2024)
-------------------
- server: fix pathlib `relative_to` issue (#179)
- minimal python version upgraded to 3.9

0.22.3 (05-01-2024)
-------------------
- minimal python version downgraded to 3.8

0.22.2 (29-12-2023)
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aioftp"
version = "0.23.1"
version = "0.24.0"
description = "ftp client/server for asyncio"
readme = "README.rst"
requires-python = ">= 3.9"
Expand Down Expand Up @@ -30,6 +30,7 @@ authors = [
{name = "jkr78"},
{name = "AMDmi3", email="amdmi3@amdmi3.ru"},
{name = "webknjaz", email="webknjaz+github/profile@redhat.com"},
{name = "rcfox", email="ryan@rcfox.ca"},
]
classifiers = [
"Programming Language :: Python",
Expand Down

0 comments on commit b59505b

Please sign in to comment.