Skip to content

Commit

Permalink
Bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Nov 29, 2022
1 parent a0f6bcf commit 6fb1a24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion 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.7] - 2022-11-29
### Added
- Add `[set_]stdout_color_choice` and `[set_]stderr_color_choice` to configure `ColorChoice` used by `[e]print[ln]`.

## [0.2.6] - 2021-09-09
### Added
- `println`, `eprintln` and `writeln` can now be used without format string and arguments to only emit a single newline.
Expand Down Expand Up @@ -60,7 +64,8 @@ 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.6...HEAD
[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.7...HEAD
[0.2.7]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.3...v0.2.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bunt"
version = "0.2.6"
version = "0.2.7"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 6fb1a24

Please sign in to comment.