summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-10-19 16:55:02 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-10-19 16:55:09 -0700
commit6919885a2bc5a35a1a2a321bb0fe8c686aad6690 (patch)
tree5bd4f8c065d412966aadca0c59a0cd95a0c73b53
parentc3335044aa0263de4e5a92dea4259cef3653a6ab (diff)
Version 0.2
-rw-r--r--CHANGELOG.md15
-rw-r--r--Makefile2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..bff6635
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,15 @@
+## 0.2
+
+Features:
+
+ - Reduced memory usage on large sets
+ - Allow specifying custom prompt
+
+Bugfixes:
+
+ - Terminal is properly reset on exit
+ - Fixed make install on OS X
+
+## 0.1 (September 20, 2014)
+
+Initial release
diff --git a/Makefile b/Makefile
index d6e8fed..8ad1f7e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.2pre
+VERSION=0.2
CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic