Skip to content

Commit 4970051

Browse files
committed
release: 1.6.1
1 parent 4a6e790 commit 4970051

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,7 @@ ENV/
9393

9494
# Vim swaps
9595
.*.swp
96+
.swp
97+
98+
# macOS extras
99+
.DS_Store

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Changelog
1616

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

19+
1.6.1 (2023-05-02)
20+
------------------
21+
22+
### Fixes
23+
* PersistentTaskGroup no longer stores the history of unhandled exceptions and raises them as an exception group to prevent memory leaks ([#54](https://github.com/achimnol/aiotools/issues/54))
24+
25+
1926
1.6.0 (2023-03-14)
2027
------------------
2128

changes/54.fix.md

-1
This file was deleted.

src/aiotools/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

0 commit comments

Comments
 (0)