Skip to content

Commit

Permalink
Bump version to 3.0.0.rc1 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Apr 22, 2024
1 parent d80530c commit c67b11e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 3.0.0.rc1 - 2024-04-21

### Backward-incompatible changes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,14 +29,14 @@ group in your Gemfile:

``` ruby
group :test do
gem 'shoulda-context', '~> 2.0'
gem 'shoulda-context', '~> 3.0.0.rc1'
end
```

If you're not working on a Rails app, then you can simply add:

``` ruby
gem 'shoulda-context', '~> 2.0'
gem 'shoulda-context', '~> 3.0.0.rc1'
```

Then run `bundle install`.
Expand Down
2 changes: 1 addition & 1 deletion lib/shoulda/context/version.rb
@@ -1,5 +1,5 @@
module Shoulda
module Context
VERSION = "2.0.0".freeze
VERSION = "3.0.0.rc1".freeze
end
end

0 comments on commit c67b11e

Please sign in to comment.