Skip to content

Commit

Permalink
Changelog and README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanni Brasil committed May 31, 2024
1 parent 08e45c4 commit 32e248e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
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 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

0 comments on commit 32e248e

Please sign in to comment.