rust-postgres/postgres-types/CHANGELOG.md
2019-12-23 15:31:41 -08:00

343 B

Change Log

v0.1.0 - 2019-12-23

Changed

  • Kind is now a true non-exhaustive enum.

Removed

  • Removed uuid 0.7 support.

Added

  • Added a Hash implementation for Type.

v0.1.0-alpha.2 - 2019-11-27

Changed

  • Upgraded bytes to 0.5.
  • Upgraded uuid to 0.8.

v0.1.0-alpha.1 - 2019-10-14

Initial release