Skip to content

Commit c8b0341

Browse files
committed
Bump v0.6.6
1 parent 112dc14 commit c8b0341

File tree

2 files changed

+11
-2
lines changed

2 files changed

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

src/changelog.rs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.6 (2020-12-03)
7+
///
8+
/// * Fix a double-release of resources when [`Library::close`] or [`os::windows::Library::close`]
9+
/// is used on Windows.
10+
///
11+
/// [`Library::close`]: crate::Library::close
12+
/// [`os::windows::Library::close`]: crate::os::windows::Library::close
13+
pub mod r0_6_6 {}
14+
615
/// Release 0.6.5 (2020-10-23)
716
///
817
/// * Upgrade cfg-if 0.1 to 1.0
@@ -11,7 +20,7 @@ pub mod r0_6_5 {}
1120
/// Release 0.6.4 (2020-10-10)
1221
///
1322
/// * Remove use of `build.rs` making it easier to build `libloading` without cargo. It also
14-
/// almost halves the build time of this crate.
23+
/// almost halves the build time of this crate.
1524
pub mod r0_6_4 {}
1625

1726
/// Release 0.6.3 (2020-08-22)

0 commit comments

Comments
 (0)