# 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.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