Skip to content

Commit

Permalink
14.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Feb 18, 2024
1 parent c15e5bb commit 7024542
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ group :sqlserver do
end

group :trilogy do
gem 'trilogy'
gem 'activerecord-trilogy-adapter'
gem 'trilogy'
gem 'activerecord-trilogy-adapter'
end

group :test do
Expand Down
3 changes: 3 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 14.0.9 (2023-12-03)
* Fix Error for Array-Based Composite Keys in nested_attribute (T.S.)

== 14.0.8 (2023-11-24)
* Support polymorphic_name (Vladimir Kochnev)
* Fix HasOneThrough association (kyori19)
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 = 8
TINY = 9
STRING = [MAJOR, MINOR, TINY].join('.')
end
end

0 comments on commit 7024542

Please sign in to comment.