We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291100e commit 006afa9Copy full SHA for 006afa9
Cargo.toml
@@ -3,7 +3,7 @@ name = "libloading"
3
# When bumping
4
# * Don’t forget to add an entry to `src/changelog.rs`
5
# * If bumping to an incompatible version, adjust the documentation in `src/lib.rs`
6
-version = "0.8.0"
+version = "0.8.1"
7
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
8
license = "ISC"
9
repository = "https://github.com/nagisa/rust_libloading/"
src/changelog.rs
@@ -1,5 +1,11 @@
1
//! The change log.
2
+/// Release 0.8.1 (2023-09-30)
+///
+/// ## Non-breaking changes
+/// * Support for GNU Hurd.
+
/// Release 0.8.0 (2023-04-11)
10
///
11
/// ## (Potentially) breaking changes
0 commit comments