Skip to content

Commit 976b2ea

Browse files
Bump version to 0.2.8
1 parent fc63556 commit 976b2ea

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased]
77

8+
## [0.2.8] - 2023-01-29
9+
### Added
10+
- Add support for 8bit ANSI color codes via `@` prefix, e.g. `@197`.
11+
812
## [0.2.7] - 2022-11-29
913
### Added
1014
- Add `[set_]stdout_color_choice` and `[set_]stderr_color_choice` to configure `ColorChoice` used by `[e]print[ln]`.
@@ -64,7 +68,8 @@ All notable changes to this project will be documented in this file.
6468
- Everything (`write`, `writeln`, `print`, `println`, `style`)
6569

6670

67-
[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.7...HEAD
71+
[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.8...HEAD
72+
[0.2.8]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.7...v0.2.8
6873
[0.2.7]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.6...v0.2.7
6974
[0.2.6]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.5...v0.2.6
7075
[0.2.5]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.4...v0.2.5

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bunt"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
authors = ["Lukas Kalbertodt <[email protected]>"]
55
edition = "2018"
66

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

2020
[dependencies]
21-
bunt-macros = { version = "=0.2.5", path = "macros" }
21+
bunt-macros = { version = "=0.2.8", path = "macros" }
2222
termcolor = "1.1.1"

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bunt-macros"
3-
version = "0.2.5"
3+
version = "0.2.8"
44
authors = ["Lukas Kalbertodt <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)