Skip to content

Commit

Permalink
chore(release): 149.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [149.4.2](v149.4.1...v149.4.2) (2024-08-21)

### Bug Fixes

* making RemoteCallCollection public ([7945bd1](7945bd1))

### Performance Improvements

* adding IEquatable to SyncVar wrappers ([5bb203f](5bb203f))
* using SendToMany for AddNewObservers ([69459f5](69459f5))
  • Loading branch information
semantic-release-bot committed Aug 21, 2024
1 parent 7945bd1 commit c355245
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.4.1")]
[assembly: AssemblyVersion("149.4.2")]

[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.2](https://github.com/MirageNet/Mirage/compare/v149.4.1...v149.4.2) (2024-08-21)


### Bug Fixes

* making RemoteCallCollection public ([7945bd1](https://github.com/MirageNet/Mirage/commit/7945bd1513509e026f2a49b8d87ce059a3324ce7))


### Performance Improvements

* adding IEquatable to SyncVar wrappers ([5bb203f](https://github.com/MirageNet/Mirage/commit/5bb203fd695dcaa2714629f6be3678f4ba19add6))
* using SendToMany for AddNewObservers ([69459f5](https://github.com/MirageNet/Mirage/commit/69459f54b22923c6c15228ee055567f101471419))

## [149.4.1](https://github.com/MirageNet/Mirage/compare/v149.4.0...v149.4.1) (2024-08-07)


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.4.1")]
[assembly: AssemblyVersion("149.4.2")]

[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.4.1")]
[assembly: AssemblyVersion("149.4.2")]

[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.4.1")]
[assembly: AssemblyVersion("149.4.2")]

[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.4.1")]
[assembly: AssemblyVersion("149.4.2")]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("149.4.1")]
[assembly: AssemblyVersion("149.4.2")]
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.4.1")]
[assembly: AssemblyVersion("149.4.2")]

[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.4.1",
"version": "149.4.2",
"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 c355245

Please sign in to comment.