Skip to content

Commit

Permalink
updated version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bafto committed Dec 21, 2023
1 parent 40b7026 commit 5e983ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.2.0-alpha

- [Fix] Bei geklammerten Referenz Argumenten werden Fehler jetzt korrekt gemeldet
- [Breaking] Duden/Fehlerbehandlung wird nun überall im Duden benutzt
- [Fix] Erstelle_Ordner gibt keinen Fehler mehr zurück, wenn einer der Ordner bereits existiert
Expand Down
2 changes: 1 addition & 1 deletion cmd/kddp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif

OUT_DIR := build/

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

0 comments on commit 5e983ba

Please sign in to comment.