Skip to content

Commit

Permalink
Update package version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Apr 13, 2021
1 parent fb64042 commit 1813a16
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2021/04/13

### Changed

- Removed TODO from default compute shader

### Fixed

- Moved non-compiled assets outside of the Runtime directory

## [1.0.0] - 2021/03/21

## Added
### Added

### Surface
#### Surface

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

### Lit
#### Lit

- Diffuse
- DiffuseSimple
- DiffuseWithShadows
- ShadowCasting

### Unlit
#### Unlit

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

### Default
#### Default

- Compute
- ImageEffect
- RayTracing
- Surface
- Unlit

### Include
#### Include

- Dither
- Encode
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.zigurous.shaders.standard",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Zigurous Standard Shaders",
"description": "The Standard Shaders package contains general-purpose shaders for Unity projects including surface, lit, and unlit shaders.",
"unity": "2019.4",
Expand Down

0 comments on commit 1813a16

Please sign in to comment.