Skip to content

Commit

Permalink
v0.4.0
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 committed Jun 23, 2024
1 parent a141631 commit fe9db23
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit fe9db23

Please sign in to comment.