sdd / kiddo

Kiddo
Apache License 2.0
79 stars 13 forks source link

chore: release v4.0.1 #146

Closed sdd closed 5 months ago

sdd commented 5 months ago

🤖 New release

Changelog

## [4.0.1] - 2024-02-17 ### Chore - Remove unused import - Update actions/cache action to v4 - Update codecov/codecov-action action to v4 - Update baptiste0928/cargo-install action to v3 ### Ci - Fix issue with CI lint steps ### Deps - Relax strictness of some deps to reduce renovate noise ### Iter - Reduce allocations - Avoid reallocations ### ♻️ Refactor - Remove need for gated import ### 🐛 Bug Fixes - Stdsimd removed from unstable, fix:fixup simd removal - Add missing global_allocate feature definition and sort feature defs alphabetically - Update benches to require test_utils feature. update clippy and test steps to include new test_utils feature - Claytonwramsey bug, Fixes:[#138](https://github.com/sdd/kiddo/pull/138) ### 🧪 Testing - Fix iter doctests and remove unused var - Add hacky workaround to enable tests to run without having to specify --features=test_utils


This PR was generated with release-plz.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5ef210e) 95.31% compared to head (01cb9b8) 95.31%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #146 +/- ## ======================================= Coverage 95.31% 95.31% ======================================= Files 52 52 Lines 7573 7573 Branches 7573 7573 ======================================= Hits 7218 7218 Misses 334 334 Partials 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.