Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Oct 19, 2014
1 parent c333504 commit 6919885
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.2pre
VERSION=0.2

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

0 comments on commit 6919885

Please sign in to comment.