Skip to content

Commit

Permalink
Prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 3, 2020
1 parent accff21 commit deaff58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [0.1.2] · 2020-11-03
[0.1.2]: /../../tree/v0.1.2

[Diff](/../../compare/v0.1.1...v0.1.2)

### Added

- `Clone` implementation for `Traced` ([#3](/../../pull/3)).




## [0.1.1] · 2019-11-22
[0.1.1]: /../../tree/v0.1.1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracerr"
version = "0.1.1"
version = "0.1.2"
edition = "2018"
description = "Custom compile time captured error tracing"
authors = ["Instrumentisto Team <developer@instrumentisto.com>"]
Expand Down

0 comments on commit deaff58

Please sign in to comment.