Skip to content

Commit ce8fd41

Browse files
authored
v0.8.0 (#35)
Also fixing 0.6.1 header to be 0.7.0 (there is no 0.6.1)
1 parent cb1f5ff commit ce8fd41

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
## Unreleased
44

5+
## v0.8.0 - 2024/04/24
6+
57
- Add: explicit `print::buildpack` and `print::header` functions that are focused on intent rather than implementation detail (https://github.com/heroku-buildpacks/bullet_stream/pull/34)
68
- Add: `h3` header support (https://github.com/heroku-buildpacks/bullet_stream/pull/32)
7-
- Add: `global::print::plain` to print out plain text like `println!`. It auto-flushes IO, redirects to the global writer (if you wanted to capture everything), and enables "paragraph detection" if it's followed by something like a warning or error ()
9+
- Add: `global::print::plain` to print out plain text like `println!`. It auto-flushes IO, redirects to the global writer (if you wanted to capture everything), and enables "paragraph detection" if it's followed by something like a warning or error (https://github.com/heroku-buildpacks/bullet_stream/pull/33)
810

9-
## v0.6.1 - 2024/02/11
11+
## v0.7.0 - 2024/02/11
1012

1113
- Fix: Relax the constraint of `fun_run` optional dependency. Now any version higher than `0.5` and less than `1.0` is will work. (https://github.com/heroku-buildpacks/bullet_stream/pull/30)
1214

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bullet_stream"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Bulletproof printing for bullet point text"

0 commit comments

Comments
 (0)