Skip to content

Commit

Permalink
Prepare v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon authored Jun 24, 2024
1 parent 3af7f31 commit 2e0a59f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1] - 2024-06-24

### Fixed

- Fix support for non-block matchers that don't define `#supports_block_expectations?`
Expand Down Expand Up @@ -111,7 +113,8 @@ Promoted version 1.0.0.rc1 to 1.0.0.

- Initial release!

[unreleased]: https://github.com/laserlemon/rspec-wait/compare/v1.0.0...HEAD
[unreleased]: https://github.com/laserlemon/rspec-wait/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/laserlemon/rspec-wait/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/laserlemon/rspec-wait/compare/v1.0.0.rc1...v1.0.0
[1.0.0.rc1]: https://github.com/laserlemon/rspec-wait/compare/v0.0.9...v1.0.0.rc1
[0.0.10]: https://github.com/laserlemon/rspec-wait/compare/v0.0.9...v0.0.10
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/wait/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RSpec
module Wait
VERSION = ::Gem::Version.new("1.0.0")
VERSION = ::Gem::Version.new("1.0.1")
end
end

0 comments on commit 2e0a59f

Please sign in to comment.