Skip to content

Releases: pomponchik/suby

0.0.3

23 Jul 15:45
4bb95a4
Compare
Choose a tag to compare

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 like import suby and from suby import suby. It's useful if you're using some type checking tools.

0.0.2

15 Jul 17:07
33d6f2c
Compare
Choose a tag to compare

A small update.

  • Now you can use pathlib.Path objects as positional arguments for suby.
  • The checks that occur in CI have been expanded.

0.0.1

23 Feb 18:19
62d951a
Compare
Choose a tag to compare

The beginning of the journey.