From 4170f2badea164c4308babb60c3bb387bb33b9f2 Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Sun, 7 Jul 2019 23:28:56 +0300 Subject: [PATCH] Release 0.5.2 --- Cargo.toml | 2 +- src/changelog.rs | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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.