From d4b2d5201cb708f8e769ad8976e6c5f5aabcad80 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 17 Dec 2023 09:53:53 -0600 Subject: [PATCH] Add release date to Changes.md --- Changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes.md b/Changes.md index 63c3eef..3aa6887 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,5 @@ +## 0.0.11 - 2023-12-17 + - Use `cross` when compiling for 32-bit Linux targets. While in theory this should work without `cross`, compiling `openssl` with the `vendored` feature fails when we run `cargo build --target i686-unknown-linux-musl`.