Skip to content

Commit f1939b7

Browse files
committed
chore: bump version to 0.8.0
1 parent e1a9030 commit f1939b7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ This project adheres to
77

88
## [Unreleased]
99

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+
1018
### Changed
1119

1220
- MSRV changed from unspecified to 1.60
@@ -56,7 +64,8 @@ This project adheres to
5664

5765
- `Debug` implementations.
5866

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
6069
[0.7.0]: https://github.com/malobre/erased_set/compare/v0.6.1...v0.7.0
6170
[0.6.1]: https://github.com/malobre/erased_set/compare/v0.6.0...v0.6.1
6271
[0.6.0]: https://github.com/malobre/erased_set/compare/v0.5.1...v0.6.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "erased_set"
33
description = "A set of erased types"
4-
version = "0.7.0"
4+
version = "0.8.0"
55
authors = ["Maël Obréjan <mael.obrejan@protonmail.com>"]
66
rust-version = "1.60"
77
edition = "2021"

0 commit comments

Comments
 (0)