2 Commits

Author SHA1 Message Date
1239d67412 chore(version): bump version to 0.2.2
All checks were successful
Auto Changelog & Release / release (push) Successful in 8s
Create Major Version Tag / update-major-tag (release) Successful in 7s
2025-12-13 20:11:36 +01:00
a2a77a49b1 chore(changelog): normalize version headings by replacing hyphens with tildes 2025-12-13 20:11:36 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
0.2.1 0.2.2

View File

@@ -29,10 +29,10 @@ body = """
{% if version %}\ {% if version %}\
{% if previous.version %}\ {% if previous.version %}\
## [{{ version | trim_start_matches(pat="v") }}]\ ## [{{ version | trim_start_matches(pat="v") | replace(from="-", to="~") }}]\
({{ self::remote_url() }}/compare/{{ previous.version }}..{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} ({{ self::remote_url() }}/compare/{{ previous.version }}..{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}
{% else %}\ {% else %}\
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }} ## [{{ version | trim_start_matches(pat="v") | replace(from="-", to="~") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
{% endif %}\ {% endif %}\
{% else %}\ {% else %}\
## [unreleased] ## [unreleased]