Skip to content

Commit

Permalink
chore(release): set version to 9.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [9.7.0](v9.6.6...v9.7.0) (2021-11-30)

#### Features

* **UnityIntegration:** invoke RequestScriptReload by reflection ([2b8436f](2b8436f))
  > The EditorUnity class now has a RequestScriptReload method that can be used to ensure the weavers are run on first compilation. This will resolve the issue where weavers are not run first time on Unity 2020 or above.
  >
  > Signed-off-by: Simon Ferquel <[email protected]>

#### Miscellaneous Chores

* **README.md:** update title logo to related-media repo ([8ac7fcb](8ac7fcb))
  > The title logo is now located on the related-media repo.
  • Loading branch information
ExtendReality-Bot committed Nov 30, 2021
1 parent 4e674df commit d91bf71
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [9.7.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v9.6.6...v9.7.0) (2021-11-30)

#### Features

* **UnityIntegration:** invoke RequestScriptReload by reflection ([2b8436f](https://github.com/ExtendRealityLtd/Malimbe/commit/2b8436fcfdfad58fd80752606815068617d65a94))
> The EditorUnity class now has a RequestScriptReload method that can be used to ensure the weavers are run on first compilation. This will resolve the issue where weavers are not run first time on Unity 2020 or above.
>
> Signed-off-by: Simon Ferquel <[email protected]>
#### Miscellaneous Chores

* **README.md:** update title logo to related-media repo ([8ac7fcb](https://github.com/ExtendRealityLtd/Malimbe/commit/8ac7fcba08f334033b04089b1527190edfb3fca0))
> The title logo is now located on the related-media repo.
### [9.6.6](https://github.com/ExtendRealityLtd/Malimbe/compare/v9.6.5...v9.6.6) (2021-02-04)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "io.extendreality.malimbe",
"displayName": "Malimbe",
"description": "A collection of tools to simplify writing public API components in Unity.",
"version": "9.6.6",
"version": "9.7.0",
"unity": "2018.1",
"keywords": [
"editor",
Expand Down

0 comments on commit d91bf71

Please sign in to comment.