rust-postgres/postgres-types/CHANGELOG.md

33 lines
411 B
Markdown
Raw Normal View History

2019-11-28 01:38:32 +00:00
# Change Log
2020-03-06 00:00:49 +00:00
## v0.1.1 - 2020-03-05
### Added
* Added support for `time` 0.2.
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