Skip to content

Commit

Permalink
release 11
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Aug 23, 2024
1 parent 0e67aab commit f7bfad9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ Each change should fall into categories that would affect whether the release is

As such, _Breaking Changes_ are major. _Features_ would map to either major or minor. _Fixes_, _Performance_, and _Misc_ are either minor or patch, the difference being kind of fuzzy for the purposes of history. Adding _Documentation_ (including tests) would be patch level.

### [v10.0.0) / 2023-08-23](https://github.com/mbleigh/acts-as-taggable-on/compare/v9.0.1...v10.0.0)
### [v11.0.0) / 2024-08-23](https://github.com/mbleigh/acts-as-taggable-on/compare/v10.0.0...v11.0.0)
- Removed support for Ruby 2.7
- Removed support for Rails 6.1
- Added support for Ruby 3.2 and 3.3
- Added support for Rails 7.2
- Remove legacy code
- Renamed gem folder from acts_as_taggable_on to acts-as-taggable-on
- Removed legacy autoloading and replaced it with zeitwerk

### [v10.0.0) / 2023-10-15](https://github.com/mbleigh/acts-as-taggable-on/compare/v9.0.1...v10.0.0)
* Features
* [@glampr Add support for prefix and suffix searches alongside previously supported containment (wildcard) searches](https://github.com/mbleigh/acts-as-taggable-on/pull/1082)
* [@donquxiote Add support for horizontally sharded databases](https://github.com/mbleigh/acts-as-taggable-on/pull/1079)
Expand Down
2 changes: 1 addition & 1 deletion lib/acts-as-taggable-on/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActsAsTaggableOn
VERSION = '10.0.0'
VERSION = '11.0.0'
end

0 comments on commit f7bfad9

Please sign in to comment.