Skip to content

Commit 0083efa

Browse files
committed
Updated version and changes
1 parent 8ba2f7f commit 0083efa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## Version 0.7.0 (in development)
2+
3+
* Made writing custom slice sources easier: (#82)
4+
5+
- Slice items can now be a `contextlib.AbstractContextManager`
6+
so custom slice functions can now be used with
7+
[@contextlib.contextmanager](https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager).
8+
9+
- Introduced `SliceSource.close()` so
10+
[contextlib.closing()](https://docs.python.org/3/library/contextlib.html#contextlib.closing)
11+
is applicable. Deprecated `SliceSource.dispose()`.
12+
113
## Version 0.6.0 (from 2024-03-12)
214

315
### Enhancements

zappend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.
44

5-
__version__ = "0.6.0"
5+
__version__ = "0.7.0.dev0"

0 commit comments

Comments
 (0)