We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d092d7 commit 0a3dfafCopy full SHA for 0a3dfaf
src/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [1.1.0] - 2019-07-08
4
+
5
+- Release stable version
6
7
## [1.1.0-preview.1] - 2019-06-27
8
9
- Add new math.bitmask to return a bit mask from a bool4
src/package.json
@@ -1,7 +1,7 @@
{
"name": "com.unity.mathematics",
"displayName": "Mathematics",
- "version": "1.1.0-preview.1",
+ "version": "1.1.0",
"unity": "2018.3",
"description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.",
"keywords": [
0 commit comments