Skip to content

Commit a205e21

Browse files
committed
Release v1.1.0
1 parent 82e1fd7 commit a205e21

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.1.0]
88
### Added
99
- Added a Scene Transparent Depth PrePass.
1010

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Other custom effects in samples but not used in screenshots:
3232
* Unity 2020.1
3333
* URP 8.2.0
3434

35-
**Note:** There is a branch with support for URP 10.2.2 which you can find [here](https://github.com/yahiaetman/URPCustomPostProcessingStack/tree/URP-10.2.2).
36-
3735
## Features
3836

3937
* Conveniently add custom post processing effects à la [PPSv2](https://github.com/Unity-Technologies/PostProcessing) and [HDRP's Custom Post Process](https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@8.2/manual/Custom-Post-Process.html).
@@ -60,7 +58,7 @@ Other custom effects in samples but not used in screenshots:
6058
## How To Install
6159

6260
Follow the instructions from the Unity manual on [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html) and insert the url:
63-
> https://github.com/yahiaetman/URPCustomPostProcessingStack.git
61+
> https://github.com/yahiaetman/URPCustomPostProcessingStack.git#v1.1.0
6462
6563
The package also contains 8 example effects included as a sample.
6664

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.yetman.render-pipelines.universal.postprocess",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"displayName": "Universal RP Post-Processing Stack",
55
"description": "A post-processing stack for Universal RP",
66
"unity": "2020.1",

0 commit comments

Comments
 (0)