File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.1.0 - 2019-12-23
4
+
5
+ ### Changed
6
+
7
+ * ` Kind ` is now a true non-exhaustive enum.
8
+
9
+ ### Removed
10
+
11
+ * Removed ` uuid ` 0.7 support.
12
+
13
+ ### Added
14
+
15
+ * Added a ` Hash ` implementation for ` Type ` .
16
+
3
17
## v0.1.0-alpha.2 - 2019-11-27
4
18
5
19
### Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-types"
3
- version = " 0.1.0-alpha.2 "
3
+ version = " 0.1.0"
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ percent-encoding = "2.0"
45
45
pin-project-lite = " 0.1"
46
46
phf = " 0.8"
47
47
postgres-protocol = { version = " 0.5.0" , path = " ../postgres-protocol" }
48
- postgres-types = { version = " = 0.1.0-alpha.2 " , path = " ../postgres-types" }
48
+ postgres-types = { version = " 0.1.0" , path = " ../postgres-types" }
49
49
tokio = { version = " 0.2" , features = [" io-util" ] }
50
50
tokio-util = { version = " 0.2" , features = [" codec" ] }
51
51
You can’t perform that action at this time.
0 commit comments