Skip to content

Commit

Permalink
chore(release): 149.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [149.4.0](v149.3.1...v149.4.0) (2024-07-09)

### Bug Fixes

* disconnecting player if send buffer is full ([3ea2d5d](3ea2d5d))

### Features

* adding SocketLayerException to better handle errors ([c76b88a](c76b88a))
* IsConnecting and IsConnected helper methods to NetworkPlayer ([d722758](d722758))
  • Loading branch information
semantic-release-bot committed Jul 9, 2024
1 parent 0f547f8 commit f14fc64
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Assets/Mirage/Authenticators/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("149.3.1")]
[assembly: AssemblyVersion("149.4.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]
13 changes: 13 additions & 0 deletions Assets/Mirage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [149.4.0](https://github.com/MirageNet/Mirage/compare/v149.3.1...v149.4.0) (2024-07-09)


### Bug Fixes

* disconnecting player if send buffer is full ([3ea2d5d](https://github.com/MirageNet/Mirage/commit/3ea2d5d9e615b6d5cf2f42a9b92ff32701fdb7e4))


### Features

* adding SocketLayerException to better handle errors ([c76b88a](https://github.com/MirageNet/Mirage/commit/c76b88a3eb123e0e1295c43416706fe4f8f5ecea))
* IsConnecting and IsConnected helper methods to NetworkPlayer ([d722758](https://github.com/MirageNet/Mirage/commit/d722758741dfff2e017866148382b735a34432ff))

## [149.3.1](https://github.com/MirageNet/Mirage/compare/v149.3.0...v149.3.1) (2024-07-02)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage/Components/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("149.3.1")]
[assembly: AssemblyVersion("149.4.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("149.3.1")]
[assembly: AssemblyVersion("149.4.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Common")]
[assembly: InternalsVisibleTo("Mirage.Tests")]
Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/SocketLayer/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("149.3.1")]
[assembly: AssemblyVersion("149.4.0")]

[assembly: InternalsVisibleTo("Mirage.SocketLayer.Tests")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Samples~/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("149.3.1")]
[assembly: AssemblyVersion("149.4.0")]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("149.3.1")]
[assembly: AssemblyVersion("149.4.0")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Weaver/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("149.3.1")]
[assembly: AssemblyVersion("149.4.0")]

[assembly: InternalsVisibleTo("Mirage.Tests")]
2 changes: 1 addition & 1 deletion Assets/Mirage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.miragenet.mirage",
"displayName": "Mirage",
"version": "149.3.1",
"version": "149.4.0",
"unity": "2020.3",
"description": "Mirage is a high level Networking API for Unity, supporting different low level Transports.",
"author": "Mirage",
Expand Down

0 comments on commit f14fc64

Please sign in to comment.