Skip to content

Commit

Permalink
Update changelog (for 0.2.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Nov 19, 2020
1 parent d9ff9ec commit 1fd7f66
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.2.4] - 2020-11-19
### Added
- Add `dimmed` attribute, now requiring `termcolor = "1.1.1"` ([#19](https://github.com/LukasKalbertodt/bunt/pull/19))

## [0.2.3] - 2020-10-03
### Added
- Add way to pass multiple format strings (`println!(["abc", "bar"])` to work around the `concat!` limitation ([#17](https://github.com/LukasKalbertodt/bunt/pull/17))
Expand Down Expand Up @@ -46,9 +50,10 @@ All notable changes to this project will be documented in this file.
- Everything (`write`, `writeln`, `print`, `println`, `style`)


[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.3...HEAD
[0.2.1]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.2...v0.2.3
[0.2.1]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.1...v0.2.2
[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/LukasKalbertodt/bunt/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/LukasKalbertodt/bunt/compare/v0.1.0...v0.1.1

0 comments on commit 1fd7f66

Please sign in to comment.