Skip to content

Commit

Permalink
Merge pull request #1791 from Shopify/v5.5.0
Browse files Browse the repository at this point in the history
Bump to v5.5.0
  • Loading branch information
ianks committed Mar 21, 2024
2 parents dba7330 + 56a0b7c commit 6bf1877
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/liquid.yml
Expand Up @@ -12,7 +12,8 @@ jobs:
matrix:
entry:
- { ruby: 2.7, allowed-failure: false } # minimum supported
- { ruby: 3.2, allowed-failure: false } # latest
- { ruby: 3.2, allowed-failure: false }
- { ruby: 3.3, allowed-failure: false } # latest
- { ruby: ruby-head, allowed-failure: true }
name: Test Ruby ${{ matrix.entry.ruby }}
steps:
Expand All @@ -30,6 +31,6 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true
- run: bundle exec rake memory_profile:run
4 changes: 4 additions & 0 deletions History.md
@@ -1,5 +1,9 @@
# Liquid Change Log

## 5.5.0 2024-03-21

Please reference the GitHub release for more information.

## 5.4.0 2022-07-29

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/liquid/version.rb
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Liquid
VERSION = "5.4.0"
VERSION = "5.5.0"
end

0 comments on commit 6bf1877

Please sign in to comment.