Browse code

Version 0.2

John Hawthorn authored on 19/10/2014 23:55:02
Showing 2 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+## 0.2
2
+
3
+Features:
4
+
5
+  - Reduced memory usage on large sets
6
+  - Allow specifying custom prompt
7
+
8
+Bugfixes:
9
+
10
+  - Terminal is properly reset on exit
11
+  - Fixed make install on OS X
12
+
13
+## 0.1 (September 20, 2014)
14
+
15
+Initial release
... ...
@@ -1,4 +1,4 @@
1
-VERSION=0.2pre
1
+VERSION=0.2
2 2
 
3 3
 CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
4 4
 CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic