Skip to content

Commit

Permalink
Add a ChangeLog and NEWS file for version 0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Sep 20, 2011
1 parent 59afc5c commit 15c5760
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
@@ -0,0 +1,9 @@
2011-09-20 Mike Burns <mburns@thoughtbot.com>

* presenter.rb, presenter_spec.rb:
Include the Enumerable module to the Presenter class, with a test.

* NEWS, ChangeLog:
Add an overview NEWS file and a more detailed ChangeLog file.

* version.rb: Bump version to 0.0.2.
4 changes: 4 additions & 0 deletions NEWS
@@ -0,0 +1,4 @@
New in 0.0.2:

* The Presenter class now includes the Enumerable class. This means you can
use #map, #reject, #sort, and so on, on the Presenter data object.
2 changes: 1 addition & 1 deletion lib/liaison/version.rb
@@ -1,3 +1,3 @@
module Liaison
VERSION = "0.0.1"
VERSION = "0.0.2"
end

0 comments on commit 15c5760

Please sign in to comment.