Skip to content

Commit

Permalink
Release activerecord-has_some_of_many v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Sep 12, 2024
1 parent 86a18a9 commit 301f328
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v1.2.0](https://github.com/bensheldon/activerecord-has_some_of_many/tree/v1.2.0) (2024-09-12)

[Full Changelog](https://github.com/bensheldon/activerecord-has_some_of_many/compare/v1.1.0...v1.2.0)

**Fixed bugs:**

- build: only include the needed parts of the Rails meta-gem [\#11](https://github.com/bensheldon/activerecord-has_some_of_many/pull/11) ([bf4](https://github.com/bf4))

**Closed issues:**

- Is it possible to use `joins` with `has_one_of_many` associations? [\#9](https://github.com/bensheldon/activerecord-has_some_of_many/issues/9)

## [v1.1.0](https://github.com/bensheldon/activerecord-has_some_of_many/tree/v1.1.0) (2024-09-08)

[Full Changelog](https://github.com/bensheldon/activerecord-has_some_of_many/compare/v1.0.1...v1.1.0)
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:
activerecord-has_some_of_many (1.1.0)
activerecord-has_some_of_many (1.2.0)
activerecord (>= 7.0.0.alpha)
railties (>= 7.0.0.alpha)

Expand Down
1 change: 1 addition & 0 deletions checksums/activerecord-has_some_of_many-1.2.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
acd03fd4ef141ea0938010683cb94c06378a6ddf84445fa4e3e4581543adc327
1 change: 1 addition & 0 deletions checksums/activerecord-has_some_of_many-1.2.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
464df036adf53a2afe64064673f23069ab672f5f180786f7e5973628f2fe0e8ebee7cd3213fc7cbb6afa2aa01bef83f680759061248dd4755dea6ae34e9eae1e
2 changes: 1 addition & 1 deletion lib/activerecord/has_some_of_many/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveRecord
module HasSomeOfMany
VERSION = "1.1.0"
VERSION = "1.2.0"
end
end

0 comments on commit 301f328

Please sign in to comment.