Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
release: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urkle committed Jun 12, 2022
1 parent f4771ae commit cdffda4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -70,11 +70,12 @@ SchemaPlus::Compatibility is tested on:

## Release Notes

* 1.0.0 - Drop AR < 5.2 and add 6.0 and 6.1 support
* 0.4.0 - Allow AR 5.2
* 0.3.0 - Allow AR 5.1
* 0.2.0 - Replace the ill-defined `connection.tables_without_deprecation` with `connection.tables_only` which truly returns solely tables.
* 0.1.0 - Initial release
* **1.0.1** - Add AR 7.0 support and deprecate gem.
* **1.0.0** - Drop AR < 5.2 and add 6.0 and 6.1 support
* **0.4.0** - Allow AR 5.2
* **0.3.0** - Allow AR 5.1
* **0.2.0** - Replace the ill-defined `connection.tables_without_deprecation` with `connection.tables_only` which truly returns solely tables.
* **0.1.0** - Initial release

## Development & Testing

Expand Down
2 changes: 1 addition & 1 deletion lib/schema_plus/compatibility/version.rb
Expand Up @@ -2,6 +2,6 @@

module SchemaPlus
module Compatibility
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end

0 comments on commit cdffda4

Please sign in to comment.