Skip to content

Commit

Permalink
chore(release): 11.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [11.0.0](10.0.0-master...11.0.0-master) (2020-02-13)

* Remove all compiler defines ([a394345](a394345))

### Features

* Block Play Mode and Builds for Weaver Errors ([#1479](https://github.com/MirrorNG/MirrorNG/issues/1479)) ([0e80e19](0e80e19))
* Disposable PooledNetworkReader / PooledNetworkWriter ([#1490](https://github.com/MirrorNG/MirrorNG/issues/1490)) ([bb55baa](bb55baa))

### BREAKING CHANGES

* removed compilation defines,  use upm version defines instead
  • Loading branch information
semantic-release-bot committed Feb 13, 2020
1 parent e17b4bf commit 9e8e7cf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Assets/Mirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [11.0.0](https://github.com/MirrorNG/MirrorNG/compare/10.0.0-master...11.0.0-master) (2020-02-13)


* Remove all compiler defines ([a394345](https://github.com/MirrorNG/MirrorNG/commit/a3943459598d30a325fb1e1315b84c0dedf1741c))


### Features

* Block Play Mode and Builds for Weaver Errors ([#1479](https://github.com/MirrorNG/MirrorNG/issues/1479)) ([0e80e19](https://github.com/MirrorNG/MirrorNG/commit/0e80e1996fb2673364169782c330e69cd598a21d))
* Disposable PooledNetworkReader / PooledNetworkWriter ([#1490](https://github.com/MirrorNG/MirrorNG/issues/1490)) ([bb55baa](https://github.com/MirrorNG/MirrorNG/commit/bb55baa679ae780e127ed5817ef10d7f12cd08c8))


### BREAKING CHANGES

* removed compilation defines, use upm version defines instead

# [10.0.0](https://github.com/MirrorNG/MirrorNG/compare/9.1.0-master...10.0.0-master) (2020-02-12)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirror/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.mirrorng.mirrorng",
"displayName": "MirrorNG",
"version": "10.0.0",
"version": "11.0.0",
"unity": "2019.1",
"description": "MirrorNG is a high level Networking API for Unity, supporting different low level Transports.",
"author": "Paul Pacheco",
Expand Down

0 comments on commit 9e8e7cf

Please sign in to comment.