Skip to content

Commit

Permalink
Update CHANGELOG, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Apr 25, 2021
1 parent d25c611 commit f8dbec3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v0.5.1] (2021-04-25)
- Add the ability to print module_name:offset, or address of frame
- Contributed by [@s1341], thanks!

## [v0.5.0] (2020-11-21)

- Add `__rust_begin_short_backtrace` filter
Expand Down Expand Up @@ -116,6 +120,7 @@ All notable changes to this project will be documented in this file.
[failure]: https://github.com/rust-lang-nursery/failure
[gimli]: https://github.com/gimli-rs/gimli
[@yaahc]: https://github.com/yaahc
[@s1341]: https://github.com/s1341

[v0.2.0]: https://github.com/athre0z/color-backtrace/releases/tag/v0.2.0
[v0.2.1]: https://github.com/athre0z/color-backtrace/releases/tag/v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "color-backtrace"
version = "0.5.0"
version = "0.5.1"
authors = ["Joel Höner <athre0z@zyantific.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit f8dbec3

Please sign in to comment.