Skip to content

Commit 31010b8

Browse files
committed
release: 1.0.0
1 parent 453e829 commit 31010b8

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,13 @@ t.json :fields, default: { field1: 'a', field2: 'b' }
7777

7878
## History
7979

80-
* 0.1.5 - Compatibility with AR 5.2.
81-
* 0.1.4 - Compatibility with AR 5. Thanks to [@pedantic-git](https://github.com/pedantic-git)
82-
* 0.1.3 - Missing require
83-
* 0.1.2 - Explicit gem dependencies
84-
* 0.1.1 - Fix dumping bug (#1); upgrade to schema_plus_core 1.0
85-
* 0.1.0 - Initial release, extracted from schema_plus 1.x
80+
* **1.0.0** - Add AR 6.0, Ruby 3.0 and dropped AR < 5.2 and Ruby < 5.2
81+
* **0.1.5** - Compatibility with AR 5.2.
82+
* **0.1.4** - Compatibility with AR 5. Thanks to [@pedantic-git](https://github.com/pedantic-git)
83+
* **0.1.3** - Missing require
84+
* **0.1.2** - Explicit gem dependencies
85+
* **0.1.1** - Fix dumping bug (#1); upgrade to schema_plus_core 1.0
86+
* **0.1.0** - Initial release, extracted from schema_plus 1.x
8687

8788
## Development & Testing
8889

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 = "0.1.5"
3+
VERSION = '1.0.0'
44
end
55
end

0 commit comments

Comments
 (0)