Skip to content

Commit

Permalink
update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Oct 20, 2019
1 parent 620b51f commit 0d5a396
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ it matches `type`, otherwise fail.

## Changelog

**Upcoming release**
**Oct 19 2019** - 2.1.0

* Add `types.partial` alias for open shape
* Add `types.array_contains`
Expand Down
2 changes: 1 addition & 1 deletion tableshape/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2140,5 +2140,5 @@ return {
type_switch = type_switch,
BaseType = BaseType,
FailedTransform = FailedTransform,
VERSION = "2.0.0"
VERSION = "2.1.0"
}
2 changes: 1 addition & 1 deletion tableshape/init.moon
Original file line number Diff line number Diff line change
Expand Up @@ -977,4 +977,4 @@ is_type = (val) ->
type_switch = (val) ->
setmetatable { val }, { __eq: BaseType.__eq }

{ :check_shape, :types, :is_type, :type_switch, :BaseType, :FailedTransform, VERSION: "2.0.0" }
{ :check_shape, :types, :is_type, :type_switch, :BaseType, :FailedTransform, VERSION: "2.1.0" }

0 comments on commit 0d5a396

Please sign in to comment.