Skip to content

Commit 0a3dfaf

Browse files
committed
Prepare for version release
1 parent 0d092d7 commit 0a3dfaf

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.1.0] - 2019-07-08
4+
5+
- Release stable version
6+
37
## [1.1.0-preview.1] - 2019-06-27
48

59
- Add new math.bitmask to return a bit mask from a bool4

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": "1.1.0-preview.1",
4+
"version": "1.1.0",
55
"unity": "2018.3",
66
"description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.",
77
"keywords": [

0 commit comments

Comments
 (0)