From d664bbf2cdbe3436d10b42d088a78b6fcd3bf6fe Mon Sep 17 00:00:00 2001 From: Albin Hedman Date: Sun, 23 Jun 2024 23:34:38 +0200 Subject: [PATCH] v0.4.0 (#23) ## 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 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" diff --git a/README.md b/README.md index 541114c..897708c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You can also take a look at examples : [`matrix.rs`] and [`vector.rs`] [`vector.rs`]: source/examples/vector.rs -Current version: 0.3.1 +Current version: 0.4.0 ## no_std