Skip to content

Commit

Permalink
Bumping version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Mar 23, 2014
1 parent 5ecd45b commit ee7d040
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 0.0.7

* Able to run run specified snippets
* Able to load additional snippets
* Able to list available snippets
* Add helper_method dsl
* Add todo dsl
* Improve rails 3.2 upgrade to 4.0 snippet

## 0.0.6

* Add -> {} only when not exist in rails upgrade snippet
Expand Down
2 changes: 1 addition & 1 deletion lib/synvert/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8

module Synvert
VERSION = "0.0.6"
VERSION = "0.0.7"
end

0 comments on commit ee7d040

Please sign in to comment.