Skip to content

Commit

Permalink
Version 14.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Feb 5, 2023
1 parent 6890ea4 commit d54ca9e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 14.0.6 (2023-02-04)
* Port fix for #573 (Charlie Savage)
* Port fix for fix #577 (Charlie Savage)

== 14.0.5 (2023-02-04)
* Improve query generation for cpk_in_predicate. This reduces the length of
queries when loading many keys and enables Postgres to use index scans
Expand Down Expand Up @@ -27,6 +31,17 @@ more frequently. (Andrew Kiellor)
== 14.0.0 (2022-01-9)
* Update to ActiveRecord 7.0 (Sammy Larbi)

== 13.0.7 (2023-02-04)
* Fix #573 (Charlie Savage)

== 13.0.6 (2023-02-04)
* Fix #577 (Charlie Savage)

== 13.0.5 (2023-02-04)
* Improve query generation for cpk_in_predicate. This reduces the length of
queries when loading many keys and enables Postgres to use index scans
more frequently. (Andrew Kiellor)

== 13.0.4 (2022-12-05)
* Fix previously_new_record? not being set to true after create (Akinori MUSHA)

Expand Down
2 changes: 1 addition & 1 deletion lib/composite_primary_keys/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module CompositePrimaryKeys
module VERSION
MAJOR = 14
MINOR = 0
TINY = 5
TINY = 6
STRING = [MAJOR, MINOR, TINY].join('.')
end
end

0 comments on commit d54ca9e

Please sign in to comment.