summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-04-25 20:28:42 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-04-25 20:34:45 -0700
commit89eeedd7c579d5f33336cd80486f0f117df9798c (patch)
tree8b302fc27ed7b3d752fe9c7cd4f42032550dfd40
parentd7a6ab2f26c6ae38d8da8c0cf9931590d920b37e (diff)
Version 0.3
-rw-r--r--CHANGELOG.md6
-rw-r--r--Makefile2
2 files changed, 7 insertions, 1 deletions
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