4 Commits
0.3.0 ... 0.4.0

Author SHA1 Message Date
3bfb366367 release: version 0.4.0 🚀
All checks were successful
Upload Python Package / Create Release (push) Successful in 13s
Upload Python Package / deploy (push) Successful in 4m10s
2024-12-06 01:15:19 +01:00
76018ea0de fix: fix missing gitchangelog binary for workflow, ref: NOISSUE 2024-12-06 00:11:04 +01:00
6803bdd797 release: version 0.1.0 🚀 2024-12-05 08:17:24 +00:00
b8bdb3bf1e feat(inputs): add current inputs, ref: NOISSUE 2024-12-05 08:17:24 +00:00
4 changed files with 1400 additions and 1 deletions

View File

@@ -22,6 +22,12 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.X'
- name: set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip' # caching pip dependencies
- run: pip install gitchangelog
- name: Update inputs and publish
env:
SESSION_COOKIE: ${{ secrets.AOC_SESSION_COOKIE }}

View File

@@ -4,6 +4,19 @@ Changelog
(unreleased)
------------
Fix
~~~
- Fix missing gitchangelog binary for workflow, ref: NOISSUE. [Simon
Diesenreiter]
Other
~~~~~
- Feat(inputs): add current inputs, ref: NOISSUE. [Gitea Robot]
0.3.0 (2024-12-04)
------------------
- Feat: update level inputs, ref: NOISSUE. [Simon Diesenreiter]
- Ci: update cron schedules for update pipeline, ref: NOISSUE. [Simon
Diesenreiter]

View File

@@ -1 +1 @@
0.3.0
0.4.0

File diff suppressed because it is too large Load Diff