Skip to content

Latest commit

 

History

History
90 lines (49 loc) · 4.37 KB

CHANGELOG.md

File metadata and controls

90 lines (49 loc) · 4.37 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.6.1 - 2023-07-17

Compare with 0.6.0

  • update docs to use Annotated parameters (#41) (f2a8a25 by Matthew Anderson).

0.6.0 - 2023-07-17

Compare with 0.5.0

Features

  • dump configuration on invocation (#27) (b2c7b42 by Matthew Anderson).
  • config decorator (#34) (ae8e44d by Matthew Anderson).

0.5.0 - 2023-05-25

Compare with 0.4.0

Features

  • loader conditionals (#23) (4bb82de by Matthew Anderson).

0.4.0 - 2023-05-22

Compare with 0.3.0

Features

  • config loader transformer (#21) (7af9695 by Matthew Anderson). * deps: update to fixed version of griffe

0.3.0 - 2023-05-17

Compare with 0.2.0

Features

  • INI support (#17) (2ec9aa5 by Matthew Anderson).

Code Refactoring

  • reorder release steps (6f83ed0 by Matthew Anderson).

0.2.0 - 2023-05-17

Compare with 0.1.3

Features

  • dotenv (#15) (28f5e61 by Matthew Anderson). * feat: dotenv support

Bug Fixes

  • tooling (ae24220 by Matthew Anderson).

0.1.3 - 2023-05-15

Compare with 0.1.2

Features

  • add test for pyproject example (#5) (dbbd1b6 by Matthew Anderson).

Bug Fixes

  • change local type module name to match typer (0c087ff by Matthew Anderson).
  • typo (b7a10c3 by Matthew Anderson).

0.1.2 - 2023-05-01

Compare with first commit

Features

  • simple example as test (d59962e by Matthew Anderson).
  • initial features (4298289 by Matthew Anderson).

Bug Fixes

  • linter (8bfeb82 by Matthew Anderson).
  • tomllib (15f53a5 by Matthew Anderson).
  • typer BadParameter (64868a3 by Matthew Anderson).