Skip to content

v0.23.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 16:08
· 85 commits to master since this release

Feature

  • Provide a default bareinit() implementation (ef0242a)
  • Allow Func/Method getters to ignore exceptions (02391eb)
  • Add configs to existing objects (28563b8)
  • Support setup arguments for the CLI configs (2ce4420)
  • Rename Config.with_options to Config.setup (c7778b6)
  • Add a way to bind options to Config factories (03306de)

Fix

  • Cache exceptions (f828ff8)
  • rtoml.load() requires path objects, not strings (a8ef104)
  • Apply schema after root key (fe008dd)