Skip to content

Commit

Permalink
Schneems/0.3.0 (#15)
Browse files Browse the repository at this point in the history
* v0.3.0

This release introduces new features therefore it's a minor bump.

* Fix PR link

* Add style-guide to CI

* Fixup readme to use real URL

* Correct style guide `fmt` -> `style`

* Update style guide

* Update variable names
  • Loading branch information
schneems authored Oct 14, 2024
1 parent 3cd8236 commit ec6a37f
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 108 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ jobs:
uses: Swatinem/[email protected]
- name: Run unit tests
run: cargo test --all-features

print-style-guide:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update Rust toolchain
# Most of the time this will be a no-op, since GitHub releases new images every week
# which include the latest stable release of Rust, Rustup, Clippy and rustfmt.
run: rustup update
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Print style guide
run: cargo run --example style_guide
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

- Expose `bullet_stream::strip_ansi` (https://github.com/schneems/bullet_stream/pull/10)
## v0.3.0 - 2024/08/14

- Added `bullet_stream::strip_ansi` (https://github.com/schneems/bullet_stream/pull/11)
- Added `Print<Background<W>>::cancel()` to stop a timer with a message instead of emitting timing information (https://github.com/schneems/bullet_stream/pull/10)

## v0.2.0 - 2024/06/06
Expand Down
Loading

0 comments on commit ec6a37f

Please sign in to comment.