Skip to content

Commit 0924a78

Browse files
authored
Bump versions for patch release. (#393)
* Bump versions for patch release. * Update CHANGELOG.md
1 parent bee2152 commit 0924a78

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

package/com.unity.formats.usd/CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Changes in usd-unity-sdk for Unity
22

3-
## Unreleased
3+
## [3.0.0-exp.4] - 2023-06-21
4+
### Features
5+
- Added EditorAnalytics to track internally which features are most used.
6+
7+
### Bug Fixes
8+
- Fixed the Samples Assembly Definitions compile errors.
49

5-
## [3.0.0-exp.3] - 2023-05-11
10+
### Changed
11+
- Updated AppCollector YAML file to reflect latest info.
12+
- We've removed the USD logo in a few places until we have a formal agreement in place to use it.
13+
14+
## [3.0.0-exp.3] - 2023-06-20
615
### Features
716
- The USD Recorder now has an option to export transform overrides.
8-
- Added EditorAnalytics to track internally which features are most used.
917

1018
### Bug Fixes
1119
- "Export Transform Override" now properly exports modified transforms only.
@@ -28,8 +36,6 @@
2836
- Disabled plugins on unsupported platforms.
2937
- Optimized triangulation to reduce the chance of a "Timed out while waiting for thread" error on importing a complex mesh.
3038
- Optimized PointInstance importing.
31-
- Updated AppCollector YAML file to reflect latest info.
32-
- We've removed the USD logo in a few places until we have a formal agreement in place to use it.
3339

3440
## [3.0.0-exp.2] - 2021-09-29
3541
### Features

package/com.unity.formats.usd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"url": "https://github.com/Unity-Technologies/usd-unity-sdk.git"
3131
},
3232
"unity": "2019.4",
33-
"version": "3.0.0-exp.3"
33+
"version": "3.0.0-exp.4"
3434
}

0 commit comments

Comments
 (0)