Skip to content

0.0.12

Compare
Choose a tag to compare
@NightMarcher NightMarcher released this 10 Jan 10:25
· 4 commits to main since this release

Improved

  • Wrap table name with backticks.Here
  • Enable keyword-only arguments for the main methods.Here

Fixed

  • Don't modify params of BaseManager.create_from_dict in place.