There was an error while loading. Please reload this page.
1 parent 322423b commit 70bcca0Copy full SHA for 70bcca0
2 files changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
edition = "2018"
3
name = "thin-vec"
4
-version = "0.2.14"
+version = "0.2.15"
5
authors = ["Aria Beingessner <a.beingessner@gmail.com>"]
6
description = "A vec that takes up less space on the stack"
7
license = "MIT/Apache-2.0"
RELEASES.md
@@ -1,3 +1,10 @@
+# Version 0.2.15 (2025-02-19)
+* Support AutoTArrays created from rust in Gecko FFI mode.
+* Add extract_if.
+* Add const new() support behind feature flag.
+* Fix `thin_vec` macro not being hygienic when recursing
+* Improve extend() performance.
+
8
# Version 0.2.14 (2025-02-19)
9
* Add "malloc_size_of" feature for heap size measurement support
10
@@ -11,4 +18,4 @@
11
18
12
19
# Previous Versions
13
20
14
-*shrug*
21
+*shrug*
0 commit comments