Release 0.5.1

This commit is contained in:
Simonas Kazlauskas
2019-06-01 20:00:39 +03:00
parent 3864e12873
commit 798caa265d
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "libloading"
version = "0.5.0"
version = "0.5.1"
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.1 (2019-06-01)
///
/// * Build on Haiku targets.
pub mod r0_5_1 {}
/// Release 0.5.0 (2018-01-11)
///
/// * Update to `winapi = ^0.3`;