Skip to content

Commit

Permalink
bumped version and adjusted changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bafto committed Jul 11, 2024
1 parent ee00d3e commit cc381ec
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.4.0-alpha

- [Added] Aliasnegationen
- [Added] `entweder ..., oder` Operator
- [Changed] "ist" nach Vergleichen ist jetzt Optional, falls davor bereits ein "ist" steht
Expand Down
2 changes: 1 addition & 1 deletion cmd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif

OUT_DIR := build/

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

0 comments on commit cc381ec

Please sign in to comment.