Skip to content

Commit e1caa2f

Browse files
committed
Update package version to 0.3.0
1 parent d1c078d commit e1caa2f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ 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.3.0] - TBD
8+
## [0.3.0] - 2021/11/14
99

1010
### Added
1111

1212
- Extension method for combining meshes
1313
- Extension methods for saving meshes as assets
14+
- Option to merge submeshes in `CombineChildrenMeshes` script
1415

1516
## [0.2.0] - 2021/07/17
1617

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.2.0",
3+
"version": "0.3.0",
44
"displayName": "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)