Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Jan 25, 2021
1 parent 1c9e648 commit a57e120
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,13 @@ it matches `type`, otherwise fail.

## Changelog

**Jan 25 2021** - 2.2.0

* Fixed bug where state could be overidden when tagging in `array_contains`
* Expose (and add docs for) for `types.proxy`
* Add experimental `Annotated` type
* Update test suite to GitHub Actions

**Oct 19 2019** - 2.1.0

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

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

0 comments on commit a57e120

Please sign in to comment.