Release 0.8.3

This commit is contained in:
Simonas Kazlauskas 2024-03-05 23:44:49 +02:00 committed by Simonas Kazlauskas
parent beffb6d777
commit dc8664fd23
2 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name = "libloading"
# When bumping
# * Dont forget to add an entry to `src/changelog.rs`
# * If bumping to an incompatible version, adjust the documentation in `src/lib.rs`
version = "0.8.2"
version = "0.8.3"
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
license = "ISC"
repository = "https://github.com/nagisa/rust_libloading/"

View File

@ -1,5 +1,13 @@
//! The change log.
/// Release 0.8.3 (2024-03-05)
///
/// ## Non-breaking changes
///
/// A `dev-dependency` on `windows-sys` that was unconditionally introduced in
/// [0.8.2](r0_8_2) has been made conditional.
pub mod r0_8_3 {}
/// Release 0.8.2 (2024-03-01)
///
/// ## (Potentially) breaking changes