Release postgres-types v0.1.0
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
# 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "postgres-types"
|
||||
version = "0.1.0-alpha.2"
|
||||
version = "0.1.0"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user