From ee7a55e917c720a991ab36c27bb285937ee7acf6 Mon Sep 17 00:00:00 2001 From: Antoine Charton Date: Wed, 29 Nov 2023 14:32:35 -0500 Subject: [PATCH 1/3] Update changelog version --- com.unity.cinemachine/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.cinemachine/CHANGELOG.md b/com.unity.cinemachine/CHANGELOG.md index b2454d828..9ac45ce29 100644 --- a/com.unity.cinemachine/CHANGELOG.md +++ b/com.unity.cinemachine/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.9.8] - 2023-11-29 - Bugfix: Occasional precision issue when camera rotation is exactly 180 degress, causing roitational flickering. - Bugfix: CinemachineCollider was causing a pop when OnTargetObjectWarped was called. - Bugfix: In some circumstances, FramingTransposer was using the wrong FOV or Ortho size for framing. From 4ec1f7c6648c6893d3cb48e66f4b258c50adbd4f Mon Sep 17 00:00:00 2001 From: Antoine Charton Date: Wed, 29 Nov 2023 14:55:17 -0500 Subject: [PATCH 2/3] Fix isolation tests errors --- com.unity.cinemachine/ValidationExceptions.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/com.unity.cinemachine/ValidationExceptions.json b/com.unity.cinemachine/ValidationExceptions.json index 272aa65ef..95b88bc36 100644 --- a/com.unity.cinemachine/ValidationExceptions.json +++ b/com.unity.cinemachine/ValidationExceptions.json @@ -3,33 +3,33 @@ { "ValidationTest": "API Validation", "ExceptionMessage": "Additions require a new minor or major version.", - "PackageVersion": "2.9.7" + "PackageVersion": "2.9.8" }, { "ValidationTest": "API Validation", "ExceptionMessage": "New assembly \"com.unity.cinemachine.Tests\" may only be added in a new minor or major version.", - "PackageVersion": "2.9.7" + "PackageVersion": "2.9.8" }, { "ValidationTest": "API Validation", "ExceptionMessage": "New assembly \"com.unity.cinemachine.EditorTests\" may only be added in a new minor or major version.", - "PackageVersion": "2.9.7" + "PackageVersion": "2.9.8" }, { "ValidationTest": "API Validation", "ExceptionMessage": "Breaking changes require a new major version.", - "PackageVersion": "2.9.7" + "PackageVersion": "2.9.8" }, { "ValidationTest": "API Validation", "ExceptionMessage": "New assembly \"Cinemachine.Runtime.Tests\" may only be added in a new minor or major version.", - "PackageVersion": "2.9.7" + "PackageVersion": "2.9.8" }, { "ValidationTest": "API Validation", "ExceptionMessage": "New assembly \"Cinemachine.Editor.Tests\" may only be added in a new minor or major version.", - "PackageVersion": "2.9.7" + "PackageVersion": "2.9.8" } ], "WarningExceptions": [] From ebe91a6d9aa9e4f6b3fa6b360848cf0144b72fed Mon Sep 17 00:00:00 2001 From: Antoine Charton Date: Wed, 29 Nov 2023 15:14:54 -0500 Subject: [PATCH 3/3] Remove extra space --- com.unity.cinemachine/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.cinemachine/CHANGELOG.md b/com.unity.cinemachine/CHANGELOG.md index 9ac45ce29..d9b4bcc75 100644 --- a/com.unity.cinemachine/CHANGELOG.md +++ b/com.unity.cinemachine/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [2.9.8] - 2023-11-29 +## [2.9.8] - 2023-11-29 - Bugfix: Occasional precision issue when camera rotation is exactly 180 degress, causing roitational flickering. - Bugfix: CinemachineCollider was causing a pop when OnTargetObjectWarped was called. - Bugfix: In some circumstances, FramingTransposer was using the wrong FOV or Ortho size for framing.