From 20a6c2c4e37361abf48bf2e7f8d88cb31b124fec Mon Sep 17 00:00:00 2001 From: jofas Date: Thu, 4 Aug 2022 13:42:02 +0100 Subject: [PATCH] version bump prep --- CHANGELOG.rst | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5eac3fc..660c61e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,15 @@ The format is based on `Keep a Changelog ` and this project adheres to `Semantic Versioning `_. +[0.2.3] +------- + +Changed +^^^^^^^ + +* better allocation performace for all collections + + [0.2.2] ------- diff --git a/Cargo.toml b/Cargo.toml index 832cb50..644519d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "map-macro" -version = "0.2.2" +version = "0.2.3" authors = ["jofas "] edition = "2018" license = "MIT"