Skip to content

Commit f9c6fca

Browse files
chore(release): 0.3.1 [skip ci]
1 parent a21cf87 commit f9c6fca

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

UnityRSocket/Assets/Viglucci/UnityRSocket/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.3.1](https://github.com/viglucci/unity-rsocket/compare/v0.3.0...v0.3.1) (2022-04-05)
2+
3+
4+
### Bug Fixes
5+
6+
* remove debug line in KeepAlive timeout check handler ([a21cf87](https://github.com/viglucci/unity-rsocket/commit/a21cf87732efb9809c78c8011e7bfe12237a68b4))
17

28
# [0.3.0](https://github.com/viglucci/unity-rsocket/compare/v0.2.1...v0.3.0) (2022-04-05)
39

@@ -27,4 +33,4 @@ fix: send KeepAlive frame in response to KeepAlive with (R) Respond flag set
2733
- TCP Client
2834
- Fire & Forget
2935
- Request Response
30-
- Request Stream
36+
- Request Stream

UnityRSocket/Assets/Viglucci/UnityRSocket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.viglucci.unityrsocket",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Unity compatible implementation of RSocket, an application protocol providing Reactive Streams semantics",
55
"displayName": "RSocket for Unity",
66
"unity": "2018.3",

0 commit comments

Comments
 (0)