Release 0.8.3
This commit is contained in:
parent
beffb6d777
commit
dc8664fd23
|
@ -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 <libloading@kazlauskas.me>"]
|
||||
license = "ISC"
|
||||
repository = "https://github.com/nagisa/rust_libloading/"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue