From 798caa265d748a682ac06790c7a5248afec006ca Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Sat, 1 Jun 2019 20:00:39 +0300 Subject: [PATCH] Release 0.5.1 --- Cargo.toml | 2 +- src/changelog.rs | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11fa74b..5b6e2b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libloading" -version = "0.5.0" +version = "0.5.1" 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 efcd077..2cb1d8d 100644 --- a/src/changelog.rs +++ b/src/changelog.rs @@ -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`;