Skip to content

Commit b3965f8

Browse files
committed
0.8.4
1 parent ddcbfda commit b3965f8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3"
6+
version = "0.8.4"
77
authors = ["Simonas Kazlauskas <[email protected]>"]
88
license = "ISC"
99
repository = "https://github.com/nagisa/rust_libloading/"

src/changelog.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
//! The change log.
22
3+
4+
/// Release 0.8.4 (2024-06-23)
5+
///
6+
/// ## Non-breaking changes
7+
///
8+
/// Compilation when targetting Apple's visionos, watchos and tvos targets has been fixed.
9+
pub mod r0_8_4 {}
10+
311
/// Release 0.8.3 (2024-03-05)
412
///
513
/// ## Non-breaking changes

0 commit comments

Comments
 (0)