v0.27.0
What's Changed
New lints:
trait_method_unsafe_added
, contributed by @jw013 in #608trait_method_unsafe_removed
, contributed by @yottalogical in #612
Also added support for rustdoc's new v28 JSON format.
This brings us to 57 lints to end 2023, up from 30 at the end of last year 🎉 Writing lints is one of the easiest ways to contribute to cargo-semver-checks
— there are hundreds of lints yet to be added — so check out issues labeled E-mentor A-lint
and give it a shot!
All Merged PRs
- Weekly
cargo update
of dependencies by @obi1kenobi in #603 - Add new lint: trait_method_unsafe_added (#605) by @jw013 in #608
- Weekly
cargo update
of dependencies by @obi1kenobi in #610 - Add new lint: trait_method_unsafe_removed by @yottalogical in #612
- Update dependencies to support rustdoc v28. by @obi1kenobi in #615
- Weekly
cargo update
of dependencies by @obi1kenobi in #616 - Release v0.27 with support for rustdoc v28. by @obi1kenobi in #617
New Contributors
- @jw013 made their first contribution in #608
- @yottalogical made their first contribution in #612
Full Changelog: v0.26.0...v0.27.0