Skip to content

Commit

Permalink
release: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urkle committed May 6, 2022
1 parent 4931d9e commit 709f4c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -428,6 +428,7 @@ SchemaAssociations is tested on all combinations of:

Notes:

* As for version 1.3.0, rails < 5.2 and ruby < 2.5 are no longer supported
* As of version 1.2.3, rails < 4.1 and ruby < 2.1 are no longer supported
* As of version 1.2.0, ruby 1.9.2 is no longer supported.
* As of version 1.0.0, ruby 1.8.7 and rails < 3.2 are no longer supported.
Expand All @@ -444,6 +445,11 @@ or in a Gemfile

## Release notes:

### 1.3.0

* drop AR < 5.2, add AR 6.0
* drop Ruby < 2.5, add Ruby 3.0

### 1.2.7

* add in auto deferring of has_* :through associations manually defined on the model so they work in AR 5.1+
Expand Down
2 changes: 1 addition & 1 deletion lib/schema_associations/version.rb
@@ -1,3 +1,3 @@
module SchemaAssociations
VERSION = "1.2.7"
VERSION = "1.3.0"
end

0 comments on commit 709f4c7

Please sign in to comment.