From a24493b4a578af6fa4fd7697bc0657a40636ca12 Mon Sep 17 00:00:00 2001 From: Zibi Braniecki Date: Fri, 21 Aug 2020 12:19:45 -0700 Subject: [PATCH] tinystr 0.3.4 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f6abc..257012a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - … +## tinystr 0.3.4 (August 21, 2020) + + - Add `macros` feature which exposes `tinystr::macros`. + ## tinystr 0.3.3 (July 26, 2020) - Add `TinyStrAuto`. diff --git a/Cargo.toml b/Cargo.toml index 4e089c7..b733c11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "tinystr" description = """ A small ASCII-only bounded length string representation. """ -version = "0.3.3" +version = "0.3.4" authors = ["Raph Levien ", "Zibi Braniecki "] edition = "2018" license = "Apache-2.0/MIT"