Skip to content

Commit 70bcca0

Browse files
committed
chore: Bump version to v0.2.15
No breaking changes, see RELEASES.md
1 parent 322423b commit 70bcca0

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "thin-vec"
4-
version = "0.2.14"
4+
version = "0.2.15"
55
authors = ["Aria Beingessner <a.beingessner@gmail.com>"]
66
description = "A vec that takes up less space on the stack"
77
license = "MIT/Apache-2.0"

RELEASES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 0.2.15 (2025-02-19)
2+
* Support AutoTArrays created from rust in Gecko FFI mode.
3+
* Add extract_if.
4+
* Add const new() support behind feature flag.
5+
* Fix `thin_vec` macro not being hygienic when recursing
6+
* Improve extend() performance.
7+
18
# Version 0.2.14 (2025-02-19)
29
* Add "malloc_size_of" feature for heap size measurement support
310

@@ -11,4 +18,4 @@
1118

1219
# Previous Versions
1320

14-
*shrug*
21+
*shrug*

0 commit comments

Comments
 (0)