Releases: thoughtbot/clearance
Releases Β· thoughtbot/clearance
v2.12.0
What's Changed
Highlights of this release:
- Remove support for Ruby 3.2.9
- Bump ruby 3.3.9 to 3.3.11
- Make ruby 3.3.11 the minimum required version
- Bump ruby 3.4.5 to 3.4.9
- Add ruby 4.0.2
- Remove RoR 7.1.0 support
- Add RoR 8.1.0 support
Al changes:
- Bump shoulda-matchers from 5.1.0 to 6.5.0 by @dependabot[bot] in #1066
- Bump nokogiri from 1.18.9 to 1.18.10 by @dependabot[bot] in #1067
- Bump standard from 1.50.0 to 1.51.1 by @dependabot[bot] in #1068
- Bump database_cleaner from 2.0.1 to 2.1.0 by @dependabot[bot] in #1069
- Bump timecop from 0.9.5 to 0.9.10 by @dependabot[bot] in #1070
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #1072
- Bump rack from 3.1.16 to 3.1.18 by @dependabot[bot] in #1073
- Bump railties from 7.2.2.2 to 7.2.3 by @dependabot[bot] in #1074
- Bump standard from 1.51.1 to 1.52.0 by @dependabot[bot] in #1079
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #1080
- Bump addressable from 2.8.7 to 2.8.8 by @dependabot[bot] in #1081
- Bump sqlite3 from 2.7.4 to 2.8.1 by @dependabot[bot] in #1082
- Remove CodeClimate badge (broken) by @heyvaleria in #1084
- Replace obsolete unprocessable_entity with unprocessable_content by @sej3506 in #1085
- Upgrade Ruby and Rails versions by @FerPerales in #1088
- Bump rack-session from 2.1.1 to 2.1.2 by @dependabot[bot] in #1089
- Bump activesupport from 7.2.3 to 7.2.3.1 by @dependabot[bot] in #1090
- Bump addressable from 2.8.8 to 2.9.0 by @dependabot[bot] in #1091
- Bump bcrypt from 3.1.20 to 3.1.22 by @dependabot[bot] in #1092
- Bump nokogiri from 1.18.10 to 1.19.2 by @dependabot[bot] in #1099
- Bump json from 2.16.0 to 2.17.1.2 by @dependabot[bot] in #1096
- Bump pry from 0.15.2 to 0.16.0 by @dependabot[bot] in #1094
- Bump shoulda-matchers from 6.5.0 to 7.0.1 by @dependabot[bot] in #1095
- Bump standard from 1.52.0 to 1.54.0 by @dependabot[bot] in #1093
- Add missing permissions to GitHub Actions jobs by @FerPerales in #1100
- Bump rspec-rails from 8.0.2 to 8.0.4 by @dependabot[bot] in #1101
- Bump sqlite3 from 2.8.1 to 2.9.2 by @dependabot[bot] in #1104
- Bump ffi from 1.17.2 to 1.17.4 by @dependabot[bot] in #1103
- Bump timecop from 0.9.10 to 0.9.11 by @dependabot[bot] in #1105
- Bump argon2 from 2.3.2 to 2.3.3 by @dependabot[bot] in #1102
- Bump version to 2.12.0 by @FerPerales in #1106
New Contributors
- @heyvaleria made their first contribution in #1084
Full Changelog: v2.11.0...v2.12.0
v2.11.0
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #1051
- Bump nokogiri from 1.18.6 to 1.18.9 by @dependabot[bot] in #1052
- Upgrade ruby versions by @FerPerales in #1053
- Add Standardrb by @minaslater in #1021
- Add code quality workflow by @sej3506 in #1033
- Use latest version of code scanning by @FerPerales in #1054
- Update CodeQL settings: by @FerPerales in #1055
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #1056
- Bump rspec-rails from 5.1.2 to 8.0.2 by @dependabot[bot] in #1057
- Bump sqlite3 from 1.7.3 to 2.7.4 by @dependabot[bot] in #1062
- Bump pry from 0.14.1 to 0.15.2 by @dependabot[bot] in #1059
- Bump ammeter from 1.1.5 to 1.1.7 by @dependabot[bot] in #1060
- Bump ffi from 1.16.3 to 1.17.2 by @dependabot[bot] in #1061
- Bump net-imap from 0.4.14 to 0.4.20 by @dependabot[bot] in #1063
- Bump version to 2.11.0 by @FerPerales in #1064
- Update minimum Ruby version in README by @FerPerales in #1065
New Contributors
- @FerPerales made their first contribution in #1049
Full Changelog: v2.10.0...v2.11.0
v2.10.0
v2.9.3
v2.9.2
v2.9.1
v2.9.0
2.9.0 - October 29, 2024
What's Changed
- Bumped actions/checkout from 2 to 4 by @dependabot in (#1031)
- Added Rails 7.2 and Ruby 3.3 to testing matrix by @hasghari in (#1032)
- This also overhauled the dummy test setup
- Dropped support for Rails 6.1 and Ruby 3.0 (#1036)
Thanks so much to our community contributor Hamed Asghari (@hasghari)! π
v2.8.0
2.8.0 - August 9, 2024
Added
- Feature: Added allow_password_resets config option (#1019)
- Added dependabot (#1028)
- Added a dynamic workflow to update SECURITY.md to match thoughtbot's security template (5a5a625)
Fixed
- Fixed some deprecation warnings (#1018)
Thanks so much to our community contributors Jos O'shea (@whatnotery) and Karine Vieira (@karinevieira)! π
v2.7.2
2.7.2 - June 28, 2024
Fixed
- Fix method redefinition and circular require issues (#1027)
- Fix validating email in strict mode (#976)
- Update the example config in README.md (#977)
Added
Removed
- Remove Hound README badge (#1020)
Thanks so much to our community contributors Alex Kholodniak (@kholdrex), Hamed Asghari (@hasghari), James Robey (@foucist), and Manuel Meurer (@manuelmeurer)! π