Skip to content

Commit 7deab57

Browse files
committed
Update package version to 0.2.0
1 parent 8bce786 commit 7deab57

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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+
## [0.2.0] - 2021/07/17
9+
10+
### Added
11+
12+
- Data structure `AnimatedShaderProperty`
13+
- Abstract class `TextureDrawer`
14+
- Behavior `CheckerboardTextureDrawer`
15+
- Behavior `CombineChildrenMeshes`
16+
17+
### Fixed
18+
19+
- `ShaderProperty` ids were not changing when the name was changed in the editor
20+
821
## [0.1.0] - 2021/07/05
922

1023
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.graphics",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"displayName": "Zigurous Graphics Utils",
55
"description": "The Graphics Utils package provides scripts and utilities for graphics and rendering purposes in Unity projects.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)