Skip to content

Commit

Permalink
Bump version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Jan 29, 2023
1 parent fc63556 commit 976b2ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.8] - 2023-01-29
### Added
- Add support for 8bit ANSI color codes via `@` prefix, e.g. `@197`.

## [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]`.
Expand Down Expand Up @@ -64,7 +68,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.7...HEAD
[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.8...HEAD
[0.2.8]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.7...v0.2.8
[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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bunt"
version = "0.2.7"
version = "0.2.8"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2018"

Expand All @@ -18,5 +18,5 @@ categories = ["command-line-interface"]
exclude = [".github"]

[dependencies]
bunt-macros = { version = "=0.2.5", path = "macros" }
bunt-macros = { version = "=0.2.8", path = "macros" }
termcolor = "1.1.1"
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bunt-macros"
version = "0.2.5"
version = "0.2.8"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 976b2ea

Please sign in to comment.