Skip to content

Commit

Permalink
Merge pull request #322 from thoughtbot/sb-4.0.0-full-release
Browse files Browse the repository at this point in the history
Bump to version 4.0.0 full release
  • Loading branch information
Stefanni Brasil authored May 31, 2024
2 parents e99435d + 32e248e commit 4380fca
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [4.0.0] - 2024-05-31

This project is in maintenance-mode. We’re not actively adding new features, but we’ll fix bugs and keep it up to date, and compatible with the latest Ruby and Rails versions.

Main changes:

- Remove support for EOL'd Rails version 4.2
- Remove support for EOL'd Rails versions 5.x
- Remove support for Travis CI and replaced with Github Actions
- Add support for Rails 7.1
- Add Ruby's minimum version required to >= 3.0

## New Contributors

* @denissellu made their first contribution in https://github.com/thoughtbot/high_voltage/pull/302
* @keegnotrub made their first contribution in https://github.com/thoughtbot/high_voltage/pull/306
* @stefannibrasil made their first contribution in https://github.com/thoughtbot/high_voltage/pull/311
* @dependabot made their first contribution in https://github.com/thoughtbot/high_voltage/pull/313

## [4.0.0.rc1] - 2024-03-25

This is a release candidate. Please report any [issues](https://github.com/thoughtbot/high_voltage/issues/new) you might encounter when installing this version.
Expand Down Expand Up @@ -104,6 +123,7 @@ Main changes:
- New RootRoute constraint.
- Updated README, with new TravisCI url.

[4.0.0]: https://github.com/thoughtbot/high_voltage/compare/v3.1.2...v4.0.0
[4.0.0.rc1]: https://github.com/thoughtbot/high_voltage/compare/v3.1.2...4.0.0.rc1
[3.1.2]: https://github.com/thoughtbot/high_voltage/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/thoughtbot/high_voltage/compare/v3.1.0...v3.1.1
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
high_voltage (4.0.0.rc1)
high_voltage (4.0.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can run:
Or you can include in your Gemfile:

```ruby
gem 'high_voltage', '~> 3.1.2'
gem 'high_voltage', '~> 4.0.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/high_voltage/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HighVoltage
VERSION = "4.0.0.rc1".freeze
VERSION = "4.0.0".freeze
end

0 comments on commit 4380fca

Please sign in to comment.