Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Nov 30, 2024
1 parent a7381e9 commit 8ed4512
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,34 @@

## 2.5.0 [compare][compare_v2_4_0_and_v_2_5_0]

- Bump version to `2.5.0` for next release by [@gonzedge][github_user_gonzedge]
- Bump version to `2.5.0` by [@gonzedge][github_user_gonzedge]
- Remove support for `2.7.x` and `3.0.x` (EOL'd) by [@gonzedge][github_user_gonzedge]
- Update all doc links to point to `3.3.0` docs
- Update min supported version to `3.1.0`
- Update `rubocop` target version to `3.1.0`
- Add new `rubocop` plugin cops (`performance`, `rake`, `rspec`)
- Apply new `rubocop` corrections
- Remove now-invalid cops from rubocop by [@gonzedge][github_user_gonzedge]
- Ensure self is returned during call to `Nodes::Raw#add` by [@gonzedge][github_user_gonzedge]
- Ensure only non-root nodes are marked as terminal by [@gonzedge][github_user_gonzedge]
- Upgrade `rubocop` rules and fix new rule offenses by [@gonzedge][github_user_gonzedge]
- Fix newer offenses; remove deprecated rules
- Explicitly disable `RSpec/Rails`, `Capybara` and `Factorybot` rules
- Enable new `Lint`, `Style` and `Rspec` rules
- Remove `add_development_dependency` and `test_files` from `Gemfile`
- Prefer `::File.write` over `::File.open`
- Remove `::` when unnecessary
- Use constants instead of strings for `instance_double`s
- Use `be_empty` instead of `match_array []`
- Prefer `FileUtils.rm_f path` instead of `File.delete if path File.exist?`
- Prefer `contain_exactly` over `match_array`
- Add `Container#push` to mirror `Array#push` interface by [@gonzedge][github_user_gonzedge]
- Fix missing params for enumerator for `Readers::PlainText` by [@gonzedge][github_user_gonzedge]
- Update `ma{ster => in}` branch references by [@gonzedge][github_user_gonzedge]
- Use `main` branch for `.github/workflows`
- Change `ma{ster => in}` branch in `changelog_uri` in gemspec
- Change `ma{ster => in}` branch in `README`, `CONTRIBUTING` and `CHANGELOG`
- Upgrade `paambaati/codeclimate-action` to `v5.0.0`
- Add explicit support for Ruby `3.3.x` by [@gonzedge][github_user_gonzedge]

## 2.4.0 [compare][compare_v2_3_1_and_v2_4_0]
Expand Down

0 comments on commit 8ed4512

Please # to comment.