Skip to content

Commit

Permalink
version bump 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed Sep 6, 2015
1 parent 93295f8 commit 6a965e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ SchemaAssociations is tested on all combinations of:

Notes:

* 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 Down Expand Up @@ -357,6 +358,12 @@ Code coverage results will be in coverage/index.html -- it should be at 100% cov

## Release notes:

### 1.2.3

* Use schema_plus_foreign_keys rather than all of schema_plus, to eliminate unneeded dependancies. That limits us to AR >= 4.1 and ruby >= 2.1
* Fix deprecations
* Logging is now at `debug` level rather than `info` level

### 1.2.2

* Bug fix (Rails workaround) for STI: propagate associations to subclasses, since Rails might not, depending on the load order.
Expand Down
2 changes: 1 addition & 1 deletion lib/schema_associations/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SchemaAssociations
VERSION = "1.2.2"
VERSION = "1.2.3"
end

0 comments on commit 6a965e2

Please sign in to comment.