From e1aa3ab4557b0b1f9a77a8cb6d7091f3af0c7554 Mon Sep 17 00:00:00 2001 From: tyranron Date: Fri, 22 Nov 2019 08:44:32 +0200 Subject: [PATCH] Prepare 0.1.1 release --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2f291..e6e28c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p +## [0.1.1] · 2019-11-22 +[0.1.1]: /../../tree/v0.1.1 + +[Diff](/../../compare/v0.1.0...v0.1.1) + +### Fixed + +- [ICE](https://github.com/rust-lang/rust/issues/64450) when building on `wasm32-unknown-unknown` target ([#1](/../../pull/1)). + + + + ## [0.1.0] · 2019-11-20 [0.1.0]: /../../tree/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 0fdad85..d5cb21c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracerr" -version = "0.1.0" +version = "0.1.1" edition = "2018" description = "Custom compile time captured error tracing" authors = ["Instrumentisto Team "]