We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a6ab2 commit 89eeeddCopy full SHA for 89eeedd
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.3 (April 25, 2016)
2
+
3
+Bugfixes:
4
5
+ - Runs properly in a terminal with -icrnl
6
7
## 0.2 (October 19, 2014)
8
9
Features:
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
0 commit comments