Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 10:52
854ff6e

0.2.0 (2026-08-28)

Features

  • add argconfig-demo console entry-point (d0249d8)
  • add ConfigurationProcessor, Namespace and discovery controls (8395145)
  • add core option model and ArgConfig base (a5e1c4d)
  • add eager options and argument-file expansion (b6837bd)
  • add environment-variable source (8b34439)
  • add minimal command-line tokenizer (e2c07bd)
  • add TOML loading and config file discovery (3e8171c)
  • add type resolution and value coercion (3976797)
  • generate help text from docstrings (13cd88c)
  • support boolean flag negation with --no- prefix (3d44e05)
  • validate config keys with strict_config mode (f707858)

Documentation

  • add publishing workflow, example and expanded README (6f266d8)
  • make examples/ a self-contained runnable example (73a0948)

Build System

  • single-source version and add CHANGELOG (690efd9)