Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
### Improvements
- The exported test assertion helpers now use `#[track_caller]` to have better error location / backtrace output.
    - See https://doc.rust-lang.org/reference/attributes/codegen.html#the-track_caller-attribute
  • Loading branch information
Fishrock123 committed Jul 19, 2021
1 parent d29b3c8 commit eb32571
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [

[package]
name = "preroll"
version = "0.8.2"
version = "0.8.3"
authors = [
"Jeremiah Senkpiel <[email protected]>",
]
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.3] - 2021-07-19

### Improvements
- The exported test assertion helpers now use `#[track_caller]` to have better error location / backtrace output.
- See https://doc.rust-lang.org/reference/attributes/codegen.html#the-track_caller-attribute

## [0.8.2] - 2021-07-12

### Fixes
Expand Down

0 comments on commit eb32571

Please sign in to comment.