Skip to content

Commit 1f7c7c8

Browse files
committed
prepare next release
1 parent 599692a commit 1f7c7c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Der Changelog von DDP. Sortiert nach Release.
1111

1212
## In Entwicklung
1313

14+
## v1.0.0
15+
1416
- [Fix] Duden/Uri parset nun absolute Uris der Form /pfad?query korrekt
1517
- [Neu] Duden/Netzwerk stellt Typen und Funktionen für (low-level) TCP und UDP Kommunikation zur Verfügung.
1618
- [Fix] Konstanten können nun nicht mehr in Zuweisungen oder als Referenzen verwendet werden

cmd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif
2828

2929
.DEFAULT_GOAL := all
3030

31-
DDPVERSION := v0.6.0
31+
DDPVERSION := v1.0.0
3232
LLVMVERSION := $(shell $(LLVM_CONFIG) --version)
3333
GCCVERSION := $(shell gcc -dumpfullversion)
3434
GCCVERSIONFULL := $(shell gcc --version | head -n1)

0 commit comments

Comments
 (0)