sdd / kiddo

Kiddo
Apache License 2.0
79 stars 13 forks source link

chore: release v4.1.0 #147

Closed sdd closed 5 months ago

sdd commented 5 months ago

🤖 New release

Changelog

## [4.1.0] - 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 ### ♻️ Refactor - Remove need for gated import ### ✨ Features - Make tracing an optional dependency gated by tracing feature flag - Iterate over trees - Make rand and rayon optional ### 🐛 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 (281287d) 95.32% compared to head (84c93c7) 95.31%.

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

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