Skip to content

Latest commit

 

History

History
164 lines (99 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

164 lines (99 loc) · 10.2 KB

Changelog

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

0.7.1 - 2024-03-18

Bug Fixes

  • (cli) Fix script entrypoint - (02919ee)

0.7.0 - 2024-03-16

Features

  • (cli) Migrate to cyclopts - (cca5053)

Development

  • (dev) Update to ruff 0.3.3 - (c33b1bf)
  • (dev) Remove changelog entries from generator - (0a79d78)

0.6.0 - 2024-03-10

Features

  • Show skipped and processed hosts in output - (a5fdcbe)

Refactor

  • Change create and writing methods - (332c63c)

Development

  • (dev) Add just check - (ef9280d)
  • (dev) Fix tbump configuration - (0561adf)
  • (dev) Ignore test files - (9ac9b86)
  • (dev) Add justfile - (6b5541e)
  • (dev) Enable ruff-specific rules for linter - (98b901c)
  • (dev) Format the code on pre-commit - (378e9c2)
  • (dev) Change ruff linter and formatter rules - (783ba11)
  • (dev) Update python to 3.12 - (6c9166a)
  • (dev) Update to ruff 0.3.1 - (f05ee2e)

Documentation

  • Clarify Include directive positioning - (e1258e2)
  • Update usage and output example - (6a5dda4)
  • Update example usage in cli - (c20477a)

0.5.0 - 2023-12-19

Features

  • (cli) Enable debug logging with env vars (#85) - (6c5d0b2)

Refactor

  • Detect empty list of templates (#88) - (e0cb0ed)

Documentation

  • Add note for debug mode to readme (#89) - (9eda012)

0.4.0 - 2023-12-15

Refactor

Miscellaneous Tasks

Documentation

0.3.0 - 2023-10-21

Features

Bug Fixes

  • (linter) Ignore ARG001 and UP007 rules - (21f320c)
  • (linter) PLR6201 issue (#60) - (e65ccf5)
  • Import logger from cli - (ac50be2)

Miscellaneous Tasks

  • Change ruff version for dependabot - (89dd000)
  • Change python version for dependabot - (42165c1)

Documentation

  • Add verbose mode example to readme - (4b7e2d4)
  • Fix total hosts in example (#62) - (6ddc5a4)
  • Update readme example file (#51) - (684d24d)

0.2.0 - 2023-10-13

Features

  • Skip selected hosts with new _meta option - (e7bdc9b)

Bug Fixes

  • Change compatible type - (67f9099)

Refactor

  • Dynamic format fallback auth - (763b357)

Development

  • (dev) Generate beauty changelog (#47) - (3170efe)
  • (dev) Change type of quotes (experimentally) - (9b9f75d)
  • (dev) Remove isort rule - (8815fb9)
  • (dev) Add ruff rules - (a36d07f)
  • (dev) Add pre-commit - (e338bf3)
  • (dev) Bump Python to 3.12 in pyproject.toml - (9670e35)
  • (dev) Regenerate poetry.lock - (d4180f0)

Miscellaneous Tasks

  • Bump Poetry to 1.6.1 and Python to 3.12 - (09ac311)
  • Lint on toml and lock changes (#15) - (7005a88)

Documentation

0.1.1 - 2023-06-22

Bug Fixes

Development

  • (dev) Improve search for version string in readme - (a7344fb)
  • (dev) Run changelog generator on version bump - (c9abbec)
  • (dev) Add link to changelog for pypi - (8ad9abb)
  • (dev) Fix ruff version - (955af2c)
  • (dev) Add changelog generator (#7) - (1618a78)
  • (dev) Bump versions in readme (#5) - (560f0b6)
  • (dev) Exclude files from example dir - (ee481ab)

Miscellaneous Tasks

[0.1.0] - 2023-06-21

Development

  • (dev) Fix project name - (858aced)