Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 1.02 KB

v0.1.0.6 — 2023-07-18

Changed

  • Changed default print created variables to False

v0.1.0.5 — 2023-03-02

Fixed

  • reload method wasn't updating file so it doesnt work, now reload also reopens the source file

v0.1.0.4 — 2023-03-01

Changed

  • Migrate setup.cfg to pyproject.toml
  • yapf and flake8 using another configuration
  • now loads the file and then load the var, this should make easier for later loads directly a dict instead of a file
  • tests fixtures changed to a specific file to clean test file a little

Fixed

  • logger.warn changed to logger.warning as DeprecationWarning warns

v0.1.0.3 -- 2022-12-15

Changed

  • Changed possible_config_file log level from critical to debug

v0.1.0.2 -- 2022-12-13

Changed

  • readme example was using wrong import

v0.1.0.1 -- 2022-12-13

Added

  • First version