Skip to content

Releases: seapagan/simple-toml-settings

0.8.0

22 Aug 10:09
f34480c
Compare
Choose a tag to compare

New Features

  • Add 'allow_missing_file' option (#254) by seapagan
  • Mark some options as mutually exclusive and raise exception if more than one used (#245) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.7.0

29 Jul 08:48
700ea58
Compare
Choose a tag to compare

New Features

  • Add option to use the XDG_CONFIG_HOME env variable or standard default if not set (#231) by borland502

Bug Fixes

  • Disable coverage upload if token not set (#232) by seapagan

Documentation

Dependency Updates

Full Changelog | Diff | Patch

0.6.1

02 May 10:43
39cb49d
Compare
Choose a tag to compare

New Features

Dependency Updates

Full Changelog | Diff | Patch

0.6.0

11 Mar 17:04
46a599a
Compare
Choose a tag to compare

New Features

Dependency Updates

Full Changelog | Diff | Patch

0.5.0

07 Mar 16:33
cb21292
Compare
Choose a tag to compare

New Features

Refactoring

Documentation

Dependency Updates

Full Changelog | Diff | Patch

0.4.0

14 Feb 11:07
47441bc
Compare
Choose a tag to compare

New Features

  • Raise schema error if the file schema does not match the required schema (#111) by seapagan

Documentation

Dependency Updates

Full Changelog | Diff | Patch

0.3.2

02 Nov 20:19
81f1fa0
Compare
Choose a tag to compare

This release fixes a bug with None values in the config file, causing a potential crash when the config was loaded. For the moment, any None values are not saved to the TOML file. This functionality may change in upcoming versions with a more robust solution.

Bug Fixes

  • Don't save None values to the TOML file. (#49) by seapagan

Dependency Updates

Full Changelog

0.3.1

28 Oct 14:58
a8d6601
Compare
Choose a tag to compare

This release has no new functionality, only internal changes.

I am migrating the Linting, Formatting and Changelog to new tools.

Merged Pull Requests

  • Change to new CHANGELOG generator. Mine :) (#38) by seapagan
  • Migrate to ruff linter and formatter (#37) by seapagan

Dependency Updates

Full Changelog

0.3.0

18 Oct 09:15
20a36ac
Compare
Choose a tag to compare

0.3.0 (2023-10-18)

Full Changelog

Implemented enhancements:

  • Allow a Local config file #25 (seapagan)
  • add 'auto_create' option for config file, default True #22 (seapagan)

Documentation:

Dependency Updates:

0.2.2

12 Oct 12:32
886940a
Compare
Choose a tag to compare

0.2.2 (2023-10-12)

This is just a documentation fix. Version number bump is so that PyPI has the correct README

Full Changelog

Fixed bugs:

  • docs: fix same example error in README #18 (seapagan)
  • fix error on docs front page example code #17 (seapagan)