Chore: Release v0.4.1

This commit is contained in:
Kyle Simpson
2024-02-29 22:41:38 +00:00
parent cdb2df69c7
commit b07e9b4178
3 changed files with 73 additions and 34 deletions

View File

@@ -7,10 +7,17 @@
body = """
{% if version %}\
{%- set versionlink = version -%}
{%- set t = timestamp -%}
{% else %}\
{%- set versionlink = "unreleased" -%}
{%- set t = ts -%}
{% endif %}\
## [{{ versionlink }}] — {{ timestamp | date(format="%Y-%m-%d") }}
## [{{ versionlink }}] — {{ t | date(format="%Y-%m-%d") }}
Thanks to the following for their contributions:
{% for contributor in github.contributors %}
- [@{{ contributor.username }}]
{%- endfor -%}{% raw %}\n{% endraw %}
### Changed
{% for commit in commits %}