diff --git a/Cargo.toml b/Cargo.toml index 7015a7e34..fbe57ee5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libloading" # When bumping # * Don’t 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 "] license = "ISC" repository = "https://github.com/nagisa/rust_libloading/" diff --git a/src/changelog.rs b/src/changelog.rs index 743aa5512..58101aecf 100644 --- a/src/changelog.rs +++ b/src/changelog.rs @@ -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