diff --git a/CHANGELOG.md b/CHANGELOG.md index caf2bfa..a443756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3 (April 25, 2016) + +Bugfixes: + + - Runs properly in a terminal with -icrnl + ## 0.2 (October 19, 2014) Features: diff --git a/Makefile b/Makefile index 02c8f07..ffb040a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.2 +VERSION=0.3 CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic