# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.3.3](https://github.com/jbr/type-set/compare/v0.3.2...v0.3.3) - 2026-06-19
### Other
- replace btreemap with hashmap
## [0.3.2](https://github.com/jbr/type-set/compare/v0.3.1...v0.3.2) - 2025-05-20
### Fixed
- *(deps)* update rust crate log to v0.4.27
### Other
- *(deps)* upgrade log and env_logger
- *(deps)* update codecov/codecov-action action to v5
- *(deps)* update swatinem/rust-cache action to v2.7.8
- cache convco
- *(deps)* bump codecov/codecov-action from 4.4.0 to 4.5.0
- *(deps)* update rust crate env_logger to v0.11.5
- *(deps)* bump test-harness from 0.2.0 to 0.3.0
## [0.3.1](https://github.com/jbr/type-set/compare/v0.3.0...v0.3.1) - 2024-05-20
### Added
- add more behavior to Entry
## [0.3.0](https://github.com/jbr/type-set/compare/v0.2.0...v0.3.0) - 2024-05-17
### Added
- [**breaking**] rename TypeSet::remove to TypeSet::take
## [0.2.0](https://github.com/jbr/type-set/compare/v0.1.0...v0.2.0) - 2024-05-17
### Added
- [**breaking**] improve debug formatting by tracking type names, make log optional
### Fixed
- codecov token
- coverage slug
### Other
- *(deps)* bump codecov/codecov-action from 4.3.1 to 4.4.0
- github pages link
## [0.1.0](https://github.com/jbr/type-set/releases/tag/v0.1.0) - 2024-05-11
### Added
- rename to type-set
- 📰 initial commit
### Other
- add some tests for coverage
- *(deps)* bump taiki-e/cache-cargo-install-action from 1 to 2
- *(deps)* bump codecov/codecov-action from 4.2.0 to 4.3.1