Fixes
-
Fixed import of extract_regex_flags. a980670
-
Fixed logging and regex regression in 3.11. cae12dc
-
Fixed issue with tag name. e218264
Fixes #74
current_version and tag_name now do not need to match exactly
-
Fixed logic in auto bump workflow. 909a53f
-
HG returns the tags in the order they were created so we want the last one in the list
-
Fixed autoversioning. a308a35
New
-
Added key_path to FileConfig. e160b40
- Also made all attributes required except
filename
,glob
, andkey_path
- Also made all attributes required except
Other
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 8188a42
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. 4c81ad4
updates: - github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.5
-
[pre-commit.ci] pre-commit autoupdate. 7109d70
updates: - github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.6
Updates
-
Refactored configuration file updating. e407974
TOML files are parsed, specific values are updated, and re-written to avoid updating the wrong data.
It uses a two-way parser, so all formatting and comments are maintained.
INI-type configuration files use the old way, since that format is deprecated.