File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.14] ( https://github.com/martinohmann/vecmap-rs/compare/v0.1.13...v0.1.14 ) (2023-12-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** map:** prevent segmentation fault in ` VecMap::as_slice ` ([ #19 ] ( https://github.com/martinohmann/vecmap-rs/issues/19 ) ) ([ a1d5990] ( https://github.com/martinohmann/vecmap-rs/commit/a1d599019a455656dc95d66fa31243daf9c7823d ) )
9
+
10
+
11
+ ### Miscellaneous
12
+
13
+ * apply new clippy lint suggestions ([ ed59fa5] ( https://github.com/martinohmann/vecmap-rs/commit/ed59fa5cbede6848e69665cc3215847672a7083b ) )
14
+
3
15
## [ 0.1.13] ( https://github.com/martinohmann/vecmap-rs/compare/v0.1.12...v0.1.13 ) (2023-12-11)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vecmap-rs"
3
- version = " 0.1.13 "
3
+ version = " 0.1.14 "
4
4
authors = [
" Martin Ohmann <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
description = " A vector-based map and set implementation"
You can’t perform that action at this time.
0 commit comments