Skip to content

Commit

Permalink
Ready for 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
daitangio committed May 13, 2012
1 parent 09428f8 commit 21fd074
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/code_zauker/version.rb
@@ -1,3 +1,3 @@
module CodeZauker
VERSION = "0.0.7"
VERSION = "0.0.8"
end
5 changes: 4 additions & 1 deletion readme.org
Expand Up @@ -52,7 +52,9 @@ It is still beta, but it is *very* fast, thank to redis!
** Parallel execution
If you want to speed up indexing, you can use the mczindexer command.
For instance:
#+BEGIN_SRC sh
mczindexer eclipse-sources/
#+END_SRC
will fire at most 10 parallel czindexer.

** Simple stats
Expand All @@ -67,7 +69,8 @@ and enjoy!
* Release History
| Version | Date | Summary |
|---------+-------------+-----------------------------------------------------------------|
| 0.0.7 | 13 May 2012 | Better documentation, mczindexer, new report command
| 0.0.8 | | Wildcard (*) search |
| 0.0.7 | 13 May 2012 | Better documentation, mczindexer, new report command |
| 0.0.6 | 04 May 2012 | New redis-server option. Better web search with results hilight |
| 0.0.5 | 09 Apr 2012 | Added Sinatra-based web search page, featuring bootrstrap css |
| 0.0.4 | 12 Feb 2012 | PDF Searching |
Expand Down

0 comments on commit 21fd074

Please sign in to comment.