Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed May 30, 2024
1 parent 9479bc3 commit 467cf13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->

## [Unreleased] - ReleaseDate

## [0.2.0] - 2024-05-30
### Added
- Show `__awaitee` type name ([#2]).
- Support expanding (`-p`) by field's type name.
Expand Down Expand Up @@ -43,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release with CHANGELOG.

<!-- next-url -->
[Unreleased]: https://github.com/loyd/top-type-sizes/compare/v0.1.5...HEAD
[Unreleased]: https://github.com/loyd/top-type-sizes/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/loyd/top-type-sizes/compare/v0.1.5...v0.2.0
[0.1.5]: https://github.com/loyd/top-type-sizes/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/loyd/top-type-sizes/releases/tag/v0.1.4
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "top-type-sizes"
description = "Makes -Zprint-type-size more useful"
version = "0.1.5"
version = "0.2.0"
authors = ["Paul Loyd <[email protected]>"]
keywords = ["profiling", "print-type-size"]
categories = [
Expand Down

0 comments on commit 467cf13

Please sign in to comment.