Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.0.2...v8.0.0) (2024-04-01)

* feat!: changing SyncMode to just have SendToAll and SendToObservers ([b9eedeb](b9eedeb))

### BREAKING CHANGES

* SyncMode now only has two modes. SendToDirtyObservers_PackOnce mode renamed to SendToObservers and index changed from 4 to 2, Validate should auto convert from 4 to 2
  • Loading branch information
semantic-release-bot committed Apr 1, 2024
1 parent b9eedeb commit 9f84b37
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Assets/NetworkPositionSync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [8.0.0](https://github.com/James-Frowen/NetworkPositionSync/compare/v7.0.2...v8.0.0) (2024-04-01)


* feat!: changing SyncMode to just have SendToAll and SendToObservers ([b9eedeb](https://github.com/James-Frowen/NetworkPositionSync/commit/b9eedeb7efab204967c743105404f51b2acf2a48))


### BREAKING CHANGES

* SyncMode now only has two modes. SendToDirtyObservers_PackOnce mode renamed to SendToObservers and index changed from 4 to 2, Validate should auto convert from 4 to 2

## [7.0.2](https://github.com/James-Frowen/NetworkPositionSync/compare/v7.0.1...v7.0.2) (2024-02-23)


Expand Down
2 changes: 1 addition & 1 deletion Assets/NetworkPositionSync/Runtime/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("7.0.2")]
[assembly: AssemblyVersion("8.0.0")]

[assembly: InternalsVisibleTo("JamesFrowen.PositionSync.Tests.Runtime")]
2 changes: 1 addition & 1 deletion Assets/NetworkPositionSync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.james-frowen.position-sync",
"displayName": "Network Position Sync",
"description": "Network Transform using Snapshot Interpolation and other techniques to best sync position and rotation over the network",
"version": "7.0.2",
"version": "8.0.0",
"unity": "2020.3",
"author": "James Frowen",
"repository": {
Expand Down

0 comments on commit 9f84b37

Please sign in to comment.