diff --git a/Cargo.toml b/Cargo.toml index 5b6e2b9..d9aa514 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libloading" -version = "0.5.1" +version = "0.5.2" authors = ["Simonas Kazlauskas "] build = "build.rs" description = "A safer binding to platform’s dynamic library loading utilities" diff --git a/src/changelog.rs b/src/changelog.rs index 2cb1d8d..215ea89 100644 --- a/src/changelog.rs +++ b/src/changelog.rs @@ -1,5 +1,10 @@ //! Project changelog +/// Release 0.5.2 (2019-07-07) +/// +/// * Added API to convert OS-specific `Library` and `Symbol` conversion to underlying resources. +pub mod r0_5_2 {} + /// Release 0.5.1 (2019-06-01) /// /// * Build on Haiku targets.