Skip to content

Commit 23df3eb

Browse files
committed
release: 1.5.2
1 parent 97cb53d commit 23df3eb

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Changelog
1616

1717
<!-- towncrier release notes start -->
1818

19+
1.5.2 (2022-03-06)
20+
------------------
21+
22+
### Fixes
23+
* Restore the default export of `MultiError` for backward compatibility ([#40](https://github.com/achimnol/aiotools/issues/40))
24+
* Set `current_ptaskgroup` only when `PersistentTaskGroup` is used via the `async with` statement. ([#41](https://github.com/achimnol/aiotools/issues/41))
25+
26+
1927
1.5.1 (2022-03-06)
2028
------------------
2129

changes/40.fix.md

-1
This file was deleted.

changes/41.fix.md

-1
This file was deleted.

src/aiotools/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

0 commit comments

Comments
 (0)