Skip to content

Commit

Permalink
Update package version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Mar 21, 2021
1 parent 64ed6a8 commit 4b431e9
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Changelog

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.0] - 2021/03/21

## Added

### Surface

- Decal
- DetailTexture
- Diffuse
- LinearFog
- NormalExtrusion
- Ramp
- RimLighting
- SingleColor
- Sliced
- SpecularSimple
- WorldReflection
- WrappedDiffuse

### Lit

- Diffuse
- DiffuseSimple
- DiffuseWithShadows
- ShadowCasting

### Unlit

- Checkerboard
- ShadowsOnly
- SimpleTexture
- SingleColor
- SkyReflection
- SkyReflectionPerPixel
- Triplanar
- WorldSpaceNormals

### Default

- Compute
- ImageEffect
- RayTracing
- Surface
- Unlit

### Include

- Dither
- Encode
- Jitter
- Pi
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": "0.1.0",
"version": "1.0.0",
"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 4b431e9

Please sign in to comment.