From 34e399a2eb4fd43535b78babb37a7673c9ae66c8 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Thu, 5 Feb 2026 16:47:22 -0500 Subject: [PATCH] changelog --- docs/source/changelog.rst | 8 ++++++++ requirements.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 20fc9bf9..4e7efdcf 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +2026.2.0 +-------- + +- add custom error handling (#1003) +- do delete placeholders with rm(recursive=True) (#1005) +- force new session if it was explicitly closed (#1002) + + 2026.1.0 -------- diff --git a/requirements.txt b/requirements.txt index 2ab12cb0..610c5300 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ aiobotocore>=2.19.0,<4.0.0 -fsspec==2026.1.0 +fsspec==2026.2.0 aiohttp!=4.0.0a0, !=4.0.0a1