Skip to content

Commit

Permalink
chore: bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malobre committed Feb 20, 2024
1 parent e1a9030 commit f1939b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ This project adheres to

## [Unreleased]

## [0.8.0] - 2024-02-20

### Added

- `ErasedSet::type_ids`
- `ErasedSet::debug_type_names`, disabled in release mode,
return an iterator over the names of the stored types.

### Changed

- MSRV changed from unspecified to 1.60
Expand Down Expand Up @@ -56,7 +64,8 @@ This project adheres to

- `Debug` implementations.

[unreleased]: https://github.com/malobre/erased_set/compare/v0.7.0...HEAD
[unreleased]: https://github.com/malobre/erased_set/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/malobre/erased_set/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/malobre/erased_set/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/malobre/erased_set/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/malobre/erased_set/compare/v0.5.1...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "erased_set"
description = "A set of erased types"
version = "0.7.0"
version = "0.8.0"
authors = ["Maël Obréjan <mael.obrejan@protonmail.com>"]
rust-version = "1.60"
edition = "2021"
Expand Down

0 comments on commit f1939b7

Please sign in to comment.