From 9551505241dd030cc9b7cf0a9d7cc656ac201d2c Mon Sep 17 00:00:00 2001 From: NotIntMan Date: Sat, 26 Oct 2024 14:49:32 +0700 Subject: [PATCH] #16: 0.3.6 release --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bb367b..333abea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inplace_it" -version = "0.3.5" +version = "0.3.6" authors = ["Dmitry Demin "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index 06c8cd7..3212e98 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ to submit a bug, feature request or just ask a question. | Version | Notes | |---------|-------| +| 0.3.6 | Add no_std support. | | 0.3.5 | Remove useless FixedArray trait. | | 0.3.4 | Fix incorrect use of unstable intrinsic. | | 0.3.3 | Some sugar for easy placing from `Iterator`'s. |