Skip to content

Commit 005844e

Browse files
committed
Prepare for stable release
1 parent 28da5fa commit 005844e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.0.0] - 2019-04-15
4+
5+
- Release stable version
6+
37
## [1.0.0-preview.1] - 2019-02-28
48

59
- Fixed bug where modifications on prefabs could not be reverted for vector properties when using context menu in Inspector.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.mathematics",
33
"displayName": "Mathematics",
4-
"version": "0.0.1-preview.1",
4+
"version": "1.0.0",
55
"unity": "2018.3",
66
"description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax. This package is still in experimental phase.",
77
"keywords": [

0 commit comments

Comments
 (0)