Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bfb366367 | |||
| 76018ea0de | |||
| 6803bdd797 | |||
| b8bdb3bf1e |
@@ -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 }}
|
||||
|
||||
13
HISTORY.md
13
HISTORY.md
@@ -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]
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.3.0
|
||||
0.4.0
|
||||
|
||||
1380
LevelInputProvider/inputs/2024/5/input.txt
Normal file
1380
LevelInputProvider/inputs/2024/5/input.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user