Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kirs committed Mar 18, 2024
1 parent 586b5ac commit ff1c954
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

## 1.5.6

- Minor performance improvements on association read

## 1.5.5

- Minor performance improvements on association read


## 1.5.4

- Make `prefetch_associations` work as expected on associations that have been partially prefetched
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
identity_cache (1.5.5)
identity_cache (1.5.6)
activerecord (>= 7.0)
ar_transaction_changes (~> 1.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/identity_cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module IdentityCache
VERSION = "1.5.5"
VERSION = "1.5.6"
CACHE_VERSION = 8
end

0 comments on commit ff1c954

Please sign in to comment.