Releases: rhaiscript/rhai-dylib
Releases · rhaiscript/rhai-dylib
v0.4.0
v0.3.0
Changelog
[0.3.0] - 2024-04-12
Miscellaneous Tasks
- Update readme with cargo generate
- Update dependencies, remove patch number
- Bump rhai to 1.18
- Release rhai-dylib version 0.3.0
v0.2.1
Changelog
[0.2.1] - 2024-02-05
Documentation
- Update readme with new hashing api
Miscellaneous Tasks
- Bump rhai to 1.17.1
- Release rhai-dylib version 0.2.1
v0.2.0
Changelog
[0.2.0] - 2024-01-31
Miscellaneous Tasks
- Bump rhai to 1.17
- Release rhai-dylib version 0.2.0
v0.1.12
Changelog
[0.1.12] - 2023-11-01
Miscellaneous Tasks
- Bump dependencies
v0.1.11
Changelog
[0.1.11] - 2023-09-25
Miscellaneous Tasks
- Bump important rhai version
- Release rhai-dylib version 0.1.11
Ci
- Add dependabot
v0.1.10
Changelog
[0.1.10] - 2023-09-20
Miscellaneous Tasks
- Bump rhai to 1.16.1
- Release rhai-dylib version 0.1.10
v0.1.8
Changelog
[0.1.8] - 2023-05-03
Miscellaneous Tasks
- Bump rhai to 1.14
v0.1.7
Changelog
[0.1.7] - 2023-04-20
Bug Fixes
- Doc tests imports
Documentation
- Add potential solutions when typeids missmatch (thanks @fabriziosestito)
CI
- Add git-cliff for release CI
Miscellaneous Tasks
- Set fixed version of rhai to prevent future breaking changes
- Update libloading dep
Testing
- Setup really simple unit tests
Release 0.1.6
- Fix libloading module resolver implementation with the latest version of Rhai