Skip to content

Commit

Permalink
Merge pull request #197 from Unity-Technologies/update-package-version
Browse files Browse the repository at this point in the history
Updating package version to 0.7.0-preview.2
  • Loading branch information
sleal-unity authored Feb 9, 2021
2 parents 1f5836b + 4f8ec20 commit 8f004a4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions com.unity.perception/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [0.7.0-preview.2] - 2021-02-08

### Upgrade Notes

### Known Issues

### Added

Added Register() and Unregister() methods to the RandomizerTag API so users can implement RandomizerTag compatible GameObject caching

### Changed
Expand Down
2 changes: 1 addition & 1 deletion com.unity.perception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"displayName": "Perception",
"name": "com.unity.perception",
"unity": "2019.4",
"version": "0.7.0-preview.1",
"version": "0.7.0-preview.2",
"samples":[
{
"displayName": "Tutorial Files",
Expand Down

0 comments on commit 8f004a4

Please sign in to comment.