Skip to content

Commit

Permalink
Merge pull request #319 from thoughtbot/sb-release-4.0
Browse files Browse the repository at this point in the history
Bump version to 4.0.0.rc1
  • Loading branch information
Stefanni Brasil authored Mar 25, 2024
2 parents d79759f + 55688f0 commit 4964413
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Changelog

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

### Removed
This is a release candidate. Please report any [issues](https://github.com/thoughtbot/high_voltage/issues/new) you might encounter when installing this version.

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 Travis CI and replaced with Github Actions
- 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
- Add note about the project being in maintenance-mode

## [3.1.2] - 2019-05-20

Expand Down Expand Up @@ -101,6 +104,7 @@
- New RootRoute constraint.
- Updated README, with new TravisCI url.

[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
[3.1.0]: https://github.com/thoughtbot/high_voltage/compare/v3.0.0...v3.1.0
Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
We welcome pull requests from everyone. By participating in this project, you
agree to abide by the thoughtbot [code of conduct].

Note that this project is in maintenance-mode. We’re not actively adding new features. Bug
fixes and other contributions to keep it compatible with the latest Ruby and Rails versions
are welcomed.

We expect everyone to follow the code of conduct anywhere in thoughtbot's
project codebases, issue trackers, chat-rooms, and mailing lists.

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 (3.1.2)
high_voltage (4.0.0.rc1)

GEM
remote: https://rubygems.org/
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 = "3.1.2".freeze
VERSION = "4.0.0.rc1".freeze
end

0 comments on commit 4964413

Please sign in to comment.