summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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