diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed1823..88e5218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this package will be documented in this file. 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). -## [10.3.1] - 2020-01-26 +## [10.3.2] - 2021-02-18 + +Version Updated +The version number for this package has increased due to a version update of a related graphics package. + +## [10.3.1] - 2021-01-26 Version Updated The version number for this package has increased due to a version update of a related graphics package. diff --git a/ValidationExceptions.json b/ValidationExceptions.json index f4e906b..d18a2ea 100644 --- a/ValidationExceptions.json +++ b/ValidationExceptions.json @@ -4,7 +4,7 @@ { "ValidationTest": "API Validation", "ExceptionError": "Breaking changes require a new major version.", - "PackageVersion": "10.3.1" + "PackageVersion": "10.3.2" } ] } diff --git a/package.json b/package.json index 4e6c6ad..f28fa1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.render-pipelines.core", "description": "SRP Core makes it easier to create or customize a Scriptable Render Pipeline (SRP). SRP Core contains reusable code, including boilerplate code for working with platform-specific graphics APIs, utility functions for common rendering operations, and shader libraries. The code in SRP Core is use by the High Definition Render Pipeline (HDRP) and Universal Render Pipeline (URP). If you are creating a custom SRP from scratch or customizing a prebuilt SRP, using SRP Core will save you time.", - "version": "10.3.1", + "version": "10.3.2", "unity": "2020.2", "unityRelease": "3f1", "displayName": "Core RP Library", @@ -9,11 +9,11 @@ "com.unity.ugui": "1.0.0" }, "upmCi": { - "footprint": "d86c2b565fe3efdd94ac3d6390f11c5a28d3fb28" + "footprint": "abd321f78f04aaef79dd57aa5baa916e5002d940" }, "repository": { "url": "https://github.com/Unity-Technologies/Graphics.git", "type": "git", - "revision": "04da21e5dc442239eb39b80d9b201a16d860bd75" + "revision": "1342255ea41f4ab7910113c8dc207aecdfd4cf8e" } }