Bump 0.7.1

This commit is contained in:
Simonas Kazlauskas
2021-10-09 13:59:23 +03:00
parent c483d866ec
commit 7c6a6682c1
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
name = "libloading"
# When bumping
# * Dont 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 <libloading@kazlauskas.me>"]
license = "ISC"
repository = "https://github.com/nagisa/rust_libloading/"
+5
View File
@@ -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