Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.0.5...v7.0.0) (2024-02-11)

* fix!: changing time to be double ([e632c85](e632c85))

### BREAKING CHANGES

* time fields are now double instead of float
  • Loading branch information
semantic-release-bot committed Feb 11, 2024
1 parent e632c85 commit 47cff9c
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 @@
# [7.0.0](https://github.com/James-Frowen/NetworkPositionSync/compare/v6.0.5...v7.0.0) (2024-02-11)


* fix!: changing time to be double ([e632c85](https://github.com/James-Frowen/NetworkPositionSync/commit/e632c85137af3374fe62987bf53ef3a171d34cb8))


### BREAKING CHANGES

* time fields are now double instead of float

## [6.0.5](https://github.com/James-Frowen/NetworkPositionSync/compare/v6.0.4...v6.0.5) (2024-02-08)


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("6.0.5")]
[assembly: AssemblyVersion("7.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": "6.0.5",
"version": "7.0.0",
"unity": "2020.3",
"author": "James Frowen",
"repository": {
Expand Down

0 comments on commit 47cff9c

Please sign in to comment.