Skip to content

[development release] v0.1.2.dev1

Pre-release
Pre-release
Compare
Choose a tag to compare
@aliceinwire aliceinwire released this 20 Jan 13:29
· 20 commits to main since this release
3fb51c6

This version can be installed by PyPI

pip install kci-dev==0.1.2.dev1

What's Changed

  • feat(bisect): Add new bisection feature by @nuclearcat in #59
  • poetry/ci: Fix poetry 2.0.0 compatibility by @aliceinwire in #80
  • README: Use full url for compatibility with PyPI readme file by @aliceinwire in #78
  • results: Use current folder repository informations for getting results by @aliceinwire in #76
  • fix(bisect.py): Fix initial tree creation and params rename by @nuclearcat in #81
  • docs/results: Update documentation by @aliceinwire in #82
  • kcidev: Add config command for managing configuration by @aliceinwire in #88
  • use kci_err() for error messages across codebase by @padovan in #83
  • General improvements to maestro commands by @padovan in #84
  • docs/config: Add config subcommand configuration by @aliceinwire in #91
  • Turn results --action into subcommands by @padovan in #92
  • README: Add latest documentation link by @aliceinwire in #93
  • pyproject: Update toml dependency to tomllib by @aliceinwire in #94
  • results: Parse git configuration with configparser with strict=False by @aliceinwire in #95
  • hugo: Description updates by @aliceinwire in #96
  • config: Fix config subcommand asking for config and support current f… by @aliceinwire in #97
  • pyproject: Update development release to v0.1.2.dev1 by @aliceinwire in #90

Full Changelog: v0.1.1...v0.1.2.dev1