rust-postgres/postgres-types/CHANGELOG.md

27 lines
343 B
Markdown
Raw Normal View History

2019-11-28 01:38:32 +00:00
# Change Log
2019-12-23 23:31:41 +00:00
## 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`.
2019-11-28 01:38:32 +00:00
## 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