Skip to content

Commit 83f08b8

Browse files
committed
Release 0.8.8
1 parent 990a918 commit 83f08b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libloading"
33
# When bumping
44
# * Don’t forget to add an entry to `src/changelog.rs`
55
# * If bumping to an incompatible version, adjust the documentation in `src/lib.rs`
6-
version = "0.8.7"
6+
version = "0.8.8"
77
authors = ["Simonas Kazlauskas <[email protected]>"]
88
license = "ISC"
99
repository = "https://github.com/nagisa/rust_libloading/"

src/changelog.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
//! The change log.
22
3+
/// Release 0.8.8 (2025-05-27)
4+
///
5+
/// ## Non-breaking changes
6+
///
7+
/// Add `os::window::Library::pin`.
8+
pub mod r0_8_8 {}
39

410
/// Release 0.8.7 (2025-04-26)
511
///

0 commit comments

Comments
 (0)