Skip to content

Commit

Permalink
Bumped version to 0.1.3 and added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wapcaplet committed Apr 6, 2011
1 parent a5f8f22 commit f077fb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
@@ -1,6 +1,13 @@
Kelp History
============

0.1.3
-----

- Fixed single-quote escaping issue in table rows and dropdowns
- Began adding Webrat support (still untested and not fully implemented)


0.1.2
-----

Expand Down
2 changes: 1 addition & 1 deletion kelp.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "kelp"
s.version = "0.1.2"
s.version = "0.1.3"
s.summary = "Cucumber helper methods"
s.description = <<-EOS
Kelp is a collection of helper methods for Cucumber to ease the process of
Expand Down

0 comments on commit f077fb3

Please sign in to comment.