Skip to content

Commit

Permalink
Bump up version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Oct 27, 2013
1 parent 15c6909 commit 039249b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@

## Master


## v1.0.0

* Now Transpec does dynamic code analysis!
* Support conversion of `have(n).items` matcher ([#5](https://github.com/yujinakayama/transpec/issues/5))
* Add `-s/--skip-dynamic-analysis` option that allows to skip dynamic analysis and convert with only static analysis
Expand Down
6 changes: 3 additions & 3 deletions lib/transpec/version.rb
Expand Up @@ -3,9 +3,9 @@
module Transpec
# http://semver.org/
module Version
MAJOR = 0
MINOR = 2
PATCH = 6
MAJOR = 1
MINOR = 0
PATCH = 0

def self.to_s
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit 039249b

Please sign in to comment.