-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump to 5.7.0 #1894
base: main
Are you sure you want to change the base?
Bump to 5.7.0 #1894
Conversation
@graygilmore @ggmichaelgo I've applied the |
* Bump the version in `lib/liquid/version.rb` and merge it on `main` | ||
* Update the `History.md` file | ||
* Open a PR like [this one](https://github.com/Shopify/liquid/pull/1894) and merge it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these should be done as a single step, no?
* Bump the version in `lib/liquid/version.rb` and merge it on `main` | |
* Update the `History.md` file | |
* Open a PR like [this one](https://github.com/Shopify/liquid/pull/1894) and merge it | |
* Bump the version in `lib/liquid/version.rb` | |
* Update the `History.md` file | |
* Open a PR like [this one](https://github.com/Shopify/liquid/pull/1894) and merge it to `main` |
|
||
## 5.7.0 2025-01-16 | ||
|
||
### Features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're missing 5.6.5 which was merged yesterday #1892
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can ignore that, it was not released
## 5.7.0 2025-01-16 | ||
|
||
### Features | ||
* Add `find`, `find_index`, `has`, and `reject` filters to arrays |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Add `find`, `find_index`, `has`, and `reject` filters to arrays | |
* Add `find`, `find_index`, `has`, and `reject` filters to arrays | |
* Compatibility with Ruby 3.4 |
Bumping Liquid to 5.7.0 as the addition of new filters in the standard library represents a minor bump.