Skip to content

Commit

Permalink
Bump version to 1.10.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
donv committed Dec 31, 2024
1 parent a3e7358 commit 95798e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ and make sure the tests are green.

## Releasing

New versions are released to RubyGems.
To release a new version, update the version number in
[lib/capybara/screenshot/diff/version.rb](lib/capybara/screenshot/diff/version.rb),
and then run

rake release
bundle exec rake release

which will create a git tag for the version, push git commits and tags, and
push the `.gem` file to [rubygems.org](https://rubygems.org).
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,14 +659,9 @@ You can also run `bin/console` for an interactive prompt that will allow you to

To install this gem onto your local machine, run `bundle exec rake install`.

To release a new version, update the version number in `lib/capybara/screenshot/diff/version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/donv/capybara-screenshot-diff.
This project is intended to be a safe, welcoming space for collaboration,
and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

See [CONTRIBUTING.md](CONTRIBUTING.md)

## License

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/screenshot/diff/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Capybara
module Screenshot
module Diff
VERSION = "1.9.2"
VERSION = '1.10.0'
end
end
end

0 comments on commit 95798e9

Please sign in to comment.