Release 0.5.2

This commit is contained in:
Simonas Kazlauskas
2019-07-07 23:28:56 +03:00
parent 676ba8e2c0
commit 4170f2bade
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "libloading"
version = "0.5.1"
version = "0.5.2"
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
build = "build.rs"
description = "A safer binding to platforms dynamic library loading utilities"
+5
View File
@@ -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.