Skip to content

Commit

Permalink
Bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Oct 22, 2023
1 parent 359c1ad commit 374f6cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v0.6.1] (2023-10-23)
- Publicly expose some helper methods on `Frame` type

## [v0.6.0] (2023-07-30)
- Replace unmaintained `atty` crate with `std::io::IsTerminal`
- Minimum supported Rust version raised to 1.70 (hence the bump to 0.6)
Expand Down Expand Up @@ -135,5 +138,7 @@ All notable changes to this project will be documented in this file.
[v0.4.1]: https://github.com/athre0z/color-backtrace/releases/tag/v0.4.1
[v0.4.2]: https://github.com/athre0z/color-backtrace/releases/tag/v0.4.2
[v0.5.0]: https://github.com/athre0z/color-backtrace/releases/tag/v0.5.0
[v0.6.0]: https://github.com/athre0z/color-backtrace/releases/tag/v0.6.0
[v0.6.1]: https://github.com/athre0z/color-backtrace/releases/tag/v0.6.1

[bt-bug]: https://github.com/athre0z/color-backtrace/issues/2
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "color-backtrace"
version = "0.6.0"
version = "0.6.1"
authors = ["Joel Höner <athre0z@zyantific.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 374f6cd

Please sign in to comment.