File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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 "
77authors = [
" Simonas Kazlauskas <[email protected] >" ]
88license = " ISC"
99repository = " https://github.com/nagisa/rust_libloading/"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments