File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v0.2.7 - 2024-07-21
6
+
7
+ ### Added
8
+
9
+ * Added ` Default ` implementation for ` Json ` .
10
+ * Added a ` js ` feature for WASM compatibility.
11
+
5
12
### Changed
6
13
7
14
* ` FromStr ` implementation for ` PgLsn ` no longer allocates a ` Vec ` when splitting an lsn string on it's ` / ` .
15
+ * The ` eui48-1 ` feature no longer enables default features of the ` eui48 ` library.
8
16
9
17
## v0.2.6 - 2023-08-19
10
18
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-types"
3
- version = " 0.2.6 "
3
+ version = " 0.2.7 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ percent-encoding = "2.0"
55
55
pin-project-lite = " 0.2"
56
56
phf = " 0.11"
57
57
postgres-protocol = { version = " 0.6.7" , path = " ../postgres-protocol" }
58
- postgres-types = { version = " 0.2.5 " , path = " ../postgres-types" }
58
+ postgres-types = { version = " 0.2.7 " , path = " ../postgres-types" }
59
59
tokio = { version = " 1.27" , features = [" io-util" ] }
60
60
tokio-util = { version = " 0.7" , features = [" codec" ] }
61
61
rand = " 0.8.5"
You can’t perform that action at this time.
0 commit comments