Release 0.4.1

This commit is contained in:
Simonas Kazlauskas
2017-08-29 23:13:36 +03:00
parent 28abddfeb5
commit ff6263aee8
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "libloading"
version = "0.4.0"
version = "0.4.1"
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
build = "build.rs"
description = "A safer binding to platforms dynamic library loading utilities"
+6
View File
@@ -1,5 +1,11 @@
//! Project changelog
/// Release 0.4.1 (2017-08-29)
///
/// * Solaris support
pub mod r0_4_1 {}
/// Release 0.4.0 (2017-05-01)
///
/// * Remove build-time dependency on target_build_utils (and by extension serde/phf);