Skip to content

Commit

Permalink
Release postgres-types v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 23, 2019
1 parent ca80f64 commit 245ccb7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions postgres-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ percent-encoding = "2.0"
pin-project-lite = "0.1"
phf = "0.8"
postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
postgres-types = { version = "=0.1.0-alpha.2", path = "../postgres-types" }
postgres-types = { version = "0.1.0", path = "../postgres-types" }
tokio = { version = "0.2", features = ["io-util"] }
tokio-util = { version = "0.2", features = ["codec"] }

Expand Down

0 comments on commit 245ccb7

Please sign in to comment.