Skip to content

Commit 5e53cb4

Browse files
committed
release: 1.0.1
- Add AR 6.1 & 7.0 - Add Ruby 3.1
1 parent ef59d77 commit 5e53cb4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ t.json :fields, default: { field1: 'a', field2: 'b' }
8585

8686
## History
8787

88+
* **1.0.1** - Add AR 6.1, 7.0 and Ruby 3.1
8889
* **1.0.0** - Add AR 6.0, Ruby 3.0 and dropped AR < 5.2 and Ruby < 5.2
8990
* **0.1.5** - Compatibility with AR 5.2.
9091
* **0.1.4** - Compatibility with AR 5. Thanks to [@pedantic-git](https://github.com/pedantic-git)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SchemaPlus
22
module DefaultExpr
3-
VERSION = '1.0.0'
3+
VERSION = '1.0.1'
44
end
55
end

0 commit comments

Comments
 (0)