Skip to content

Commit

Permalink
v0.4.0 (#23)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
usbalbin authored Jun 23, 2024
1 parent a4ec8f9 commit d664bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iter_fixed"
version = "0.3.1"
version = "0.4.0"
authors = ["Albin Hedman <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d664bbf

Please sign in to comment.