From 7a30444d7c9e5a88f4fddf668378556115ea0389 Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Mon, 23 Jul 2018 18:14:52 +0100 Subject: [PATCH] (cargo-release) version 11.0.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 733a3a0..1b6cdee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [11.0.1] - 2018-07-23 ### Fixed - Various performance improvements, amounting to a 5-10% speedup for both kinds diff --git a/Cargo.toml b/Cargo.toml index dc9a93b..f5cde4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "im" -version = "11.0.0" +version = "11.0.1" authors = ["Bodil Stokke "] license = "MPL-2.0+" description = "Assorted immutable collection datatypes"