From 62a977fe2747a14a4e1b552cfdff4c25b30c6abf Mon Sep 17 00:00:00 2001 From: Albin Hedman Date: Sun, 16 Jun 2024 16:33:19 +0200 Subject: [PATCH] v0.4.0 ## Breaking * #21 -feat(breaking): make FromIteratorFixed more generic Update `FromIteratorFixed` trait to avoid unnameable iterator type as type paramater in the trait ## Other changes * #22 - Some cleaning from additional clippy lints * #20 - fix: nightly flags and clippy warnings * #24 - Migrate to use cargo readme * #25 - Use cargo readme in ci ## Thank you * @Daniel-Aaron-Bloom * @gwen-lg --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ccccf7..c4c6fa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iter_fixed" -version = "0.3.1" +version = "0.4.0" authors = ["Albin Hedman "] edition = "2021" license = "MIT OR Apache-2.0"