Skip to content

Commit 1813a16

Browse files
committed
Update package version to 1.0.1
1 parent fb64042 commit 1813a16

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.1] - 2021/04/13
9+
10+
### Changed
11+
12+
- Removed TODO from default compute shader
13+
14+
### Fixed
15+
16+
- Moved non-compiled assets outside of the Runtime directory
17+
818
## [1.0.0] - 2021/03/21
919

10-
## Added
20+
### Added
1121

12-
### Surface
22+
#### Surface
1323

1424
- Decal
1525
- DetailTexture
@@ -24,14 +34,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2434
- WorldReflection
2535
- WrappedDiffuse
2636

27-
### Lit
37+
#### Lit
2838

2939
- Diffuse
3040
- DiffuseSimple
3141
- DiffuseWithShadows
3242
- ShadowCasting
3343

34-
### Unlit
44+
#### Unlit
3545

3646
- Checkerboard
3747
- ShadowsOnly
@@ -42,15 +52,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4252
- Triplanar
4353
- WorldSpaceNormals
4454

45-
### Default
55+
#### Default
4656

4757
- Compute
4858
- ImageEffect
4959
- RayTracing
5060
- Surface
5161
- Unlit
5262

53-
### Include
63+
#### Include
5464

5565
- Dither
5666
- Encode

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.shaders.standard",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Zigurous Standard Shaders",
55
"description": "The Standard Shaders package contains general-purpose shaders for Unity projects including surface, lit, and unlit shaders.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)