Release 0.7.4

This commit is contained in:
Simonas Kazlauskas 2022-11-07 00:34:04 +02:00
parent bd17713dcc
commit 224a3def35
2 changed files with 8 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.7.3"
version = "0.7.4"
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
license = "ISC"
repository = "https://github.com/nagisa/rust_libloading/"

View File

@ -1,5 +1,12 @@
//! The change log.
/// Release 0.7.4 (2022-11-07)
///
/// This release has no functional changes.
///
/// `RTLD_LAZY`, `RTLD_GLOBAL` and `RTLD_LOCAL` constants have been implemented for AIX platforms.
pub mod r0_7_4 {}
/// Release 0.7.3 (2022-01-15)
///
/// This release has no functional changes.