Skip to content

Commit

Permalink
CMCL-0000: Minor bump on validation exception (#1009)
Browse files Browse the repository at this point in the history
* Minor bump on validation exception

* Add addition exception
  • Loading branch information
AntoineCharton authored Jun 17, 2024
1 parent ba4cc2b commit 2db1b15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion com.unity.cinemachine/ValidationExceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
{
"ValidationTest": "API Validation",
"ExceptionMessage": "Breaking changes require a new major version.",
"PackageVersion": "3.1.0"
"PackageVersion": "3.1.1"
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "Additions require a new minor or major version.",
"PackageVersion": "3.1.1"
}
],
"WarningExceptions": []
Expand Down

0 comments on commit 2db1b15

Please sign in to comment.