From d09bfbf830466d32b70585c741039b3c82f56d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 16 Sep 2026 16:49:52 +0200 Subject: [PATCH] chore: Release 0.2.20 --- Cargo.toml | 2 +- RELEASES.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 61b47d3..32a58f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thin-vec" -version = "0.2.19" +version = "0.2.20" authors = ["Aria Beingessner "] edition = "2024" rust-version = "1.85" diff --git a/RELEASES.md b/RELEASES.md index 2fe0b7e..a42b368 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,8 @@ -# Unreleased +# Version 0.2.20 (2026-09-16) * Make const_new the default, and bump MSRV to 1.85. `const_new` feature is still available but does nothing. + * Forbid ZSTs for gecko-ffi mode (#94). + * Avoid allocating for ZSTs (#92). # Version 0.2.19 (2026-07-26)