Skip to content

Commit

Permalink
set version and updated workflow for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bafto committed Feb 4, 2025
1 parent febc8db commit 22e1c6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/download-artifact@v4

- name: Split Changelog
run: csplit -f split_ -z CHANGELOG.md '/In Entwicklung/' '/## v/'
run: csplit -f split_ -z CHANGELOG.md '/## ${{ needs.build.outputs.version }}/' '/## v/'

- name: Create Release
id: create_release
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Der Changelog von DDP. Sortiert nach Release.

## In Entwicklung

## v0.6.0

- [Neu] Konstante hinzugefügt
- [Neu] Bei Iterierenden Schleifen kann man jetzt einen Index angeben (Für jeden Typname t mit Index i in ...)
- [Anders] Der Kompilierer benutzt jetzt LLVM Version 14.0.0 (anstatt 12.0.0)
Expand Down
2 changes: 1 addition & 1 deletion cmd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ endif

.DEFAULT_GOAL := all

DDPVERSION := v0.5.0-alpha
DDPVERSION := v0.6.0
LLVMVERSION := $(shell $(LLVM_CONFIG) --version)
GCCVERSION := $(shell gcc -dumpfullversion)
GCCVERSIONFULL := $(shell gcc --version | head -n1)
Expand Down

0 comments on commit 22e1c6b

Please sign in to comment.