From ec3f1260fd4c794b93cd17e589ac4cfc748da052 Mon Sep 17 00:00:00 2001 From: Rouven Spreckels Date: Wed, 17 Jun 2020 13:10:47 +0200 Subject: [PATCH] Prepare release. --- RELEASES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index d7c3781..faa74d7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +# Version 0.1.2 (2020-06-17) + + * Fix possible unsound iteration within `dual()` and `dual_mut()`. + * Bind `LorentzianMN` to `DimName`. + * Simplify trait bounds of `interval()`/`interval_fn()`. + # Version 0.1.1 (2020-06-08) * Fix `contr()` and `tr_contr()`.