Skip to content

Commit

Permalink
bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Nov 7, 2010
1 parent acbfcbe commit a1ef6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## rspec-expectations release history (incomplete)

### 2.1.0 / in development
### 2.1.0 / 2010-11-07

[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0...v2.1.0)
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.1...v2.1.0)

* Enhancements
* be_within(delta).of(expected) matcher (Myron Marston)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/expectations/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Expectations # :nodoc:
module Version # :nodoc:
STRING = '2.1.0.pre'
STRING = '2.1.0'
end
end
end

0 comments on commit a1ef6b7

Please sign in to comment.