We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5100f1 commit 0ff8d48Copy full SHA for 0ff8d48
2 files changed
shard.yml
@@ -1,6 +1,6 @@
1
name: schematics
2
description: a library to validate data using schemas
3
-version: 0.4.0
+version: 0.5.0
4
5
authors:
6
- Alvaro Frias Garay <alvarofriasgaray@gmail.com>
src/schematics.cr
@@ -9,5 +9,5 @@ require "./coerce"
9
require "./model"
10
11
module Schematics
12
- VERSION = "0.4.0"
+ VERSION = "0.5.0"
13
end
0 commit comments