v0.2.0
What's Changed
- feat!: hide Operator API by @ryuapp in #1
- fix: enforce strict Clippy by @ryuapp in #3
- fix: use explicit names for Operator variants by @ryuapp in #4
- fix: tighten Rust lints and Clippy coverage by @ryuapp in #5
- fix: range normalization to match node-semver by @ryuapp in #6
- fix: preserve large pre-release identifiers by @ryuapp in #7
- fix: handle u64 overflow in version parsing by @ryuapp in #8
- fix: omit equals sign in exact range display by @ryuapp in #9
- fix: normalize mixed wildcard tilde ranges by @ryuapp in #11
- fix: improve range normalization for node-semver compat by @ryuapp in #12
- perf: reduce parsing passes and comparator overhead by @ryuapp in #10
- ci: add release by @ryuapp in #2
- ci: use actions-rust-lang/setup-rust-toolchain by @ryuapp in #13
New Contributors
Full Changelog: v0.1.0...v0.2.0