Skip to content

Releases: szymonwieloch/rust-dlopen

v0.1.8

16 Aug 22:01
Compare
Choose a tag to compare
  • Added ability to obtain debug information about previously obtained symbols (AddressInfoObtainer).
  • Minor improvements in readme and "marketing".

v0.1.7

09 Jun 16:28
Compare
Choose a tag to compare
  • 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

28 Dec 14:48
Compare
Choose a tag to compare
  • 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

17 Jul 09:42
Compare
Choose a tag to compare
  • Fixed possible name collision in generated code- big thanks to kzys for finding it!

v0.1.4

09 May 22:36
a9adae3
Compare
Choose a tag to compare
  • 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

09 May 21:41
2faf0e3
Compare
Choose a tag to compare
  • Updated documentation - it is easier for users to understand the value of the library.

v0.1.2

06 Sep 22:57
Compare
Choose a tag to compare

Fixed synchronization issues on Windows.

v0.1.1

05 Sep 20:12
Compare
Choose a tag to compare
  • Removed warning during compilation in some rare cases
  • Fixed code formatting using rustfmt

v0.1.0

05 Sep 17:37
Compare
Choose a tag to compare

Initial release - code fully functional.