Releases: pomponchik/suby
Releases · pomponchik/suby
0.0.3
A little update.
- Added a 100% test coverage gate.
- Added new issue templates.
- Changed the internal implementation of working with cancellation tokens: added
DefaultToken
support. - Added some keywords to the package metadata.
- Now you can import
suby
both by expressions likeimport suby
andfrom suby import suby
. It's useful if you're using some type checking tools.
0.0.2
A small update.
- Now you can use
pathlib.Path
objects as positional arguments forsuby
. - The checks that occur in CI have been expanded.
0.0.1
The beginning of the journey.