We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990a918 commit 83f08b8Copy full SHA for 83f08b8
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.7"
+version = "0.8.8"
7
authors = ["Simonas Kazlauskas <[email protected]>"]
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.8 (2025-05-27)
+///
+/// ## Non-breaking changes
+/// Add `os::window::Library::pin`.
+pub mod r0_8_8 {}
10
/// Release 0.8.7 (2025-04-26)
11
///
0 commit comments