Releases: mxcl/Version
Releases · mxcl/Version
2.1.0
What's Changed
- Add Sendable conformance to Version by @danhalliday in #23
New Contributors
- @cherryblossom000 made their first contribution in #21
- @danhalliday made their first contribution in #23
Full Changelog: 2.0.1...2.1.0
2.0.1
2.0.0
Buildmetadata is ignored for Equatable
. Previously we only ignored it for Comparable
. Revisiting the spec indicates this was incorrect. Major version bump due to this being a behavioral change.
This impacts how eg. dictionaries and sets will behave too since Hashable
needs to behave the same as ==
. See the README for details.