From a736242adabdb199b9118350b434a852d3748c99 Mon Sep 17 00:00:00 2001 From: Michal Budzynski Date: Thu, 19 Oct 2017 14:29:33 +0200 Subject: [PATCH] Updated the changelog for 0.13.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a14d645..12c4148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.13.2 + +* [Fixed testfails on cargo beta due to missing root in Cargo.lock](https://github.com/budziq/rust-skeptic/pull/66) +* [Fixed linking problems when workspace members were rebuild without clean](https://github.com/budziq/rust-skeptic/pull/66) + +Contributors: Michał Budzyński + # 0.13.1 * [Prevented pulldown-cmark from pulling getopt dependency](https://github.com/budziq/rust-skeptic/pull/64)