Skip to content

Commit

Permalink
Release of version 0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Andersson committed Sep 12, 2013
1 parent 76307e0 commit 2c86b15
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Version 0.0.2

Release date 2013-09-12

### Added

* ```each``` in logreader now provides a __type__ parameter containing either :put or :delete.

### Fixed

* Fix memory leak on ```each/get``` failure.
* Two allocations per call instead of one each entry in ```each```.
* ```each``` in logreader returns nil instead of empty string.


# Version 0.0.1

Release date 2013-09-11

### Changed / Added / Fixed / Removed
__Initial release__
2 changes: 1 addition & 1 deletion lib/gnista/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gnista
VERSION = "0.0.1"
VERSION = "0.0.2"
end

0 comments on commit 2c86b15

Please sign in to comment.