Releases: szymonwieloch/rust-dlopen
Releases · szymonwieloch/rust-dlopen
v0.1.8
v0.1.7
- Added the "open_self" function that allows opening the executable binary.
- Updated version of dlopen_derive - code generation uses modern versions of libraries.
- Dropped changelog file. GitHub releases are now used for tracking version changes.
- Dropped outdated information about a bug in Rust dynamic libraries that made dlopen not work correctly on MACs.
Big thanks to @m-ou-se, @zicklag and @afinch7 for contribution to this release.
v0.1.6
- Fixed typo in "which" (docs)
- Fixed build that stopped working for rust 1.18.0
- Added code coverage (codedov.io), added badge
- Fixed tests on certain MAC OS platforms - added recursive search for a built test library.
v0.1.5
- Fixed possible name collision in generated code- big thanks to kzys for finding it!
v0.1.4
- Added badges showing the library quality.
- Fixed collision of the "Result" name. Other possible sources of collisions removed too.
- Fixed small typos in error messages.
v0.1.3
- Updated documentation - it is easier for users to understand the value of the library.
v0.1.2
Fixed synchronization issues on Windows.
v0.1.1
- Removed warning during compilation in some rare cases
- Fixed code formatting using rustfmt
v0.1.0
Initial release - code fully functional.