From 7c6a6682c19ccc70cb90fc2f6b113de5803f2b12 Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Sat, 9 Oct 2021 13:59:23 +0300 Subject: [PATCH] Bump 0.7.1 --- Cargo.toml | 4 ++-- src/changelog.rs | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f74ff4..d7e3cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "libloading" # When bumping # * Don’t forget to add an entry to `src/changelog.rs` -# * If bumping a incompatible version, adjust documentation in `src/lib.rs` -version = "0.7.0" +# * If bumping to an incompatible version, adjust the documentation in `src/lib.rs` +version = "0.7.1" authors = ["Simonas Kazlauskas "] license = "ISC" repository = "https://github.com/nagisa/rust_libloading/" diff --git a/src/changelog.rs b/src/changelog.rs index 59327ba..744eb09 100644 --- a/src/changelog.rs +++ b/src/changelog.rs @@ -1,5 +1,10 @@ //! The change log. +/// Release 0.7.1 (2021-10-09) +/// +/// Significantly improved the consistency and style of the documentation. +pub mod r0_7_1 {} + /// Release 0.7.0 (2021-02-06) /// /// ## Breaking changes