Skip to content

Commit

Permalink
chore(version): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jun 24, 2023
1 parent 40786b0 commit a3f6918
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.10.0 - 2023-06-24
#### Bug Fixes
- cache registy more resistent to runtime error (#93) - (61b726a) - Ezekiel Warren
- remove false warning about wasm reset (#91) - (9644b15) - Ezekiel Warren
- clearing runtime defaults slightly later (#90) - (e8d4eef) - Ezekiel Warren
- don't execute rtb when disabled on reimport (#89) - (e70d1b2) - Ezekiel Warren
- wrong size param index - marshal error - (dc857a5) - Ezekiel Warren
- disconnect can now be called (#87) - (a2b22df) - Ezekiel Warren
- relative library paths do not leave temp dir - (360e2b2) - Ezekiel Warren
- robustify manually setting runing libray paths (#85) - (5117cc7) - Ezekiel Warren
- remove editor code in non-editor - (1662eee) - Ezekiel Warren
#### Features
- connectStateChange invoke on ConnectionClosed error (#95) - (40786b0) - Austin Kelway
- added more visual scripting nodes (#94) - (15ca1ad) - Ezekiel Warren
- add function to load non-standard methods (#92) - (103b747) - Ezekiel Warren
- disconnect when runtime is freed (#88) - (43fd24b) - Ezekiel Warren
- async connect state with event - (ebf1722) - Ezekiel Warren
- added toggle to show/hide missing runtime methods - (0f65acc) - Ezekiel Warren
#### Miscellaneous Chores
- formatting - (d648164) - Ezekiel Warren
- cleaned up unused variable warning - (1a485cc) - Ezekiel Warren

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

0 comments on commit a3f6918

Please sign in to comment.