Skip to content

v2.6.2a1

Choose a tag to compare

@FasterSpeeding FasterSpeeding released this 05 Sep 02:14
· 429 commits to master since this release
3b4e321

2.6.2a1 - 2022-09-05

Added

  • tanjun.abc.Client.load_directory and tanjun.abc.Client.load_directory_async for loading all the modules in a directory.
  • path properties to tanjun.errors.FailedModuleLoad and tanjun.errors.FailedModuleUnload to indicate which module failed to load/unload.
  • tanjun.errors.FailedModuleImport specialisation of tanjun.errors.FailedModuleLoad for differentiating between the two cases when necessary.