Skip to content

Commit 9b798eb

Browse files
djcnagisa
authored andcommitted
Prepare for 0.8.9 release
1 parent f5f8cb0 commit 9b798eb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.8"
6+
version = "0.8.9"
77
authors = ["Simonas Kazlauskas <[email protected]>"]
88
license = "ISC"
99
repository = "https://github.com/nagisa/rust_libloading/"

src/changelog.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
//! The change log.
22
3+
/// Release 0.8.9 (2025-09-17)
4+
///
5+
/// ## Non-breaking changes
6+
///
7+
/// Migrate from windows-targets to windows-link for linking Windows API functions.
8+
pub mod r0_8_9 {}
9+
310
/// Release 0.8.8 (2025-05-27)
411
///
512
/// ## Non-breaking changes

0 commit comments

Comments
 (0)