From 59c7f5f05f3113feafb98ec7d121bd6ead827dc2 Mon Sep 17 00:00:00 2001 From: Adam Graham Date: Wed, 21 Jul 2021 04:49:24 -0500 Subject: [PATCH] Update package version to 0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd370bc..49443f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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). +## [0.2.0] - 2021/07/21 + +### Added + +- New prototyping cube mesh +- New grid pattern texture variants (14) +- Cubemap surface shader +- Cubemap prefabs +- 8x8 checkerboard + +### Changed + +- All scripts have been rewritten for simplicity, performance, and new feature support + ## [0.1.0] - 2021/05/19 ### Added diff --git a/package.json b/package.json index 0eeeebd..5548327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.zigurous.prototyping", - "version": "0.1.0", + "version": "0.2.0", "displayName": "Zigurous Prototyping Kit", "description": "The Prototyping Kit package contains assets and materials for prototyping levels in Unity.", "unity": "2019.4",