Skip to content

Commit

Permalink
Release activerecord-has_some_of_many v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 31, 2024
1 parent c2876ae commit d042b07
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.0.1](https://github.com/bensheldon/activerecord-has_some_of_many/tree/v1.0.1) (2024-07-31)

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

**Fixed bugs:**

- Fix require `version.rb` path [\#6](https://github.com/bensheldon/activerecord-has_some_of_many/pull/6) ([bensheldon](https://github.com/bensheldon))

## [v1.0.0](https://github.com/bensheldon/activerecord-has_some_of_many/tree/v1.0.0) (2024-07-31)

[Full Changelog](https://github.com/bensheldon/activerecord-has_some_of_many/compare/c30640d768ded1c1c752152ef15b955bafe2b715...v1.0.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.0.0)
activerecord-has_some_of_many (1.0.1)
rails (>= 7.0.0.alpha)

GEM
Expand Down
1 change: 1 addition & 0 deletions checksums/activerecord-has_some_of_many-1.0.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d7c8ba1f09bd65548e7f4d868feb8d1cd67288c8e767f591be301cd8f1f7ed00
1 change: 1 addition & 0 deletions checksums/activerecord-has_some_of_many-1.0.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
615407b736bf6bf4bb0e2ad33dff1c4327605ccb303f97b30f32b6c8203b5c29064e0c89794e80bb0e000271d2842669751a3345a62afcfa19cebb6b518c207a
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.0.0"
VERSION = "1.0.1"
end
end

0 comments on commit d042b07

Please sign in to comment.