Skip to content

Commit 89eeedd

Browse files
committed
Version 0.3
1 parent d7a6ab2 commit 89eeedd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3 (April 25, 2016)
2+
3+
Bugfixes:
4+
5+
- Runs properly in a terminal with -icrnl
6+
17
## 0.2 (October 19, 2014)
28

39
Features:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.2
1+
VERSION=0.3
22

33
CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
44
CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic

0 commit comments

Comments
 (0)