Skip to content

Files

Latest commit

3df7270 · May 30, 2024

History

History
27 lines (19 loc) · 524 Bytes

changelog.md

File metadata and controls

27 lines (19 loc) · 524 Bytes

Changelog

0.2.5

  • Updated crate metadata and declare maintenance status.

0.2.4

  • Add into_ordered_tuple.
  • Derive Default.
  • Implement From<UnorderedPair<T>> instead of Into<UnorderedPair>. The Into impl now comes from the blanket impl.

0.2.3

  • Add support for Serialization/Deserialization using serde.

0.2.2

  • Derive Copy

0.2.1

  • Stable rust support

0.2.0

  • Derive Eq

0.1.1

  • Update readme

0.1.0

Initial release