Commit f1939b7 1 parent e1a9030 commit f1939b7 Copy full SHA for f1939b7
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ This project adheres to
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.8.0] - 2024-02-20
11
+
12
+ ### Added
13
+
14
+ - ` ErasedSet::type_ids `
15
+ - ` ErasedSet::debug_type_names ` , disabled in release mode,
16
+ return an iterator over the names of the stored types.
17
+
10
18
### Changed
11
19
12
20
- MSRV changed from unspecified to 1.60
@@ -56,7 +64,8 @@ This project adheres to
56
64
57
65
- ` Debug ` implementations.
58
66
59
- [ unreleased ] : https://github.com/malobre/erased_set/compare/v0.7.0...HEAD
67
+ [ unreleased ] : https://github.com/malobre/erased_set/compare/v0.8.0...HEAD
68
+ [ 0.8.0 ] : https://github.com/malobre/erased_set/compare/v0.7.0...v0.8.0
60
69
[ 0.7.0 ] : https://github.com/malobre/erased_set/compare/v0.6.1...v0.7.0
61
70
[ 0.6.1 ] : https://github.com/malobre/erased_set/compare/v0.6.0...v0.6.1
62
71
[ 0.6.0 ] : https://github.com/malobre/erased_set/compare/v0.5.1...v0.6.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " erased_set"
3
3
description = " A set of erased types"
4
- version = " 0.7 .0"
4
+ version = " 0.8 .0"
5
5
authors = [" Maël Obréjan <mael.obrejan@protonmail.com>" ]
6
6
rust-version = " 1.60"
7
7
edition = " 2021"
You can’t perform that action at this time.
0 commit comments