Skip to content

Commit 6478634

Browse files
committed
Bump to 0.11.0 and release.
1 parent 8de73de commit 6478634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.11.0
1+
# 0.11.0 - 2021/12/09
22

33
* Fix json schema generation of Boolean and union types with a |Nil
44
* Add support for dashses in attribute names (tuple & relation types).

lib/finitio/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Finitio
22
module Version
33

44
MAJOR = 0
5-
MINOR = 10
5+
MINOR = 11
66
TINY = 0
77

88
def self.to_s

0 commit comments

Comments
 (0)