Skip to content

Commit 4ad1af8

Browse files
committed
Bump to 0.6.5
1 parent 4fd0f25 commit 4ad1af8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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 a incompatible version, adjust documentation in `src/lib.rs`
6-
version = "0.6.4"
6+
version = "0.6.5"
77
authors = ["Simonas Kazlauskas <[email protected]>"]
88
license = "ISC"
99
repository = "https://github.com/nagisa/rust_libloading/"

src/changelog.rs

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
// TODO: for the next breaking release rename `Error::LoadLibraryW` to `Error::LoadLibraryExW`.
44
// TODO: for the next breaking release use `RTLD_LAZY | RTLD_LOCAL` by default on unix.
55

6+
/// Release 0.6.5 (2020-10-23)
7+
///
8+
/// * Upgrade cfg-if 0.1 to 1.0
9+
pub mod r0_6_5 {}
10+
611
/// Release 0.6.4 (2020-10-10)
712
///
813
/// * Remove use of `build.rs` making it easier to build `libloading` without cargo. It also

0 commit comments

Comments
 (0)