Skip to content

Commit 006afa9

Browse files
committed
Release 0.8.1
1 parent 291100e commit 006afa9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

+1-1
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.0"
6+
version = "0.8.1"
77
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
88
license = "ISC"
99
repository = "https://github.com/nagisa/rust_libloading/"

src/changelog.rs

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
//! The change log.
22
3+
/// Release 0.8.1 (2023-09-30)
4+
///
5+
/// ## Non-breaking changes
6+
///
7+
/// * Support for GNU Hurd.
8+
39
/// Release 0.8.0 (2023-04-11)
410
///
511
/// ## (Potentially) breaking changes

0 commit comments

Comments
 (0)