File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Unreleased
3
+ ## v0.2.1 - 2021-04-03
4
4
5
5
### Added
6
6
7
7
* Added support for ` geo-types ` 0.7 via ` with-geo-types-0_7 ` feature.
8
+ * Added the ` PgLsn ` type, corresponding to ` PG_LSN ` .
8
9
9
10
## v0.2.0 - 2020-12-25
10
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-types"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -24,7 +24,7 @@ with-time-0_2 = ["time-02"]
24
24
[dependencies ]
25
25
bytes = " 1.0"
26
26
fallible-iterator = " 0.2"
27
- postgres-protocol = { version = " 0.6.0 " , path = " ../postgres-protocol" }
27
+ postgres-protocol = { version = " 0.6.1 " , path = " ../postgres-protocol" }
28
28
postgres-derive = { version = " 0.4.0" , optional = true , path = " ../postgres-derive" }
29
29
30
30
bit-vec-06 = { version = " 0.6" , package = " bit-vec" , optional = true }
Original file line number Diff line number Diff line change 105
105
//! Happy,
106
106
//! }
107
107
//! ```
108
- #![ doc( html_root_url = "https://docs.rs/postgres-types/0.1 " ) ]
108
+ #![ doc( html_root_url = "https://docs.rs/postgres-types/0.2 " ) ]
109
109
#![ warn( clippy:: all, rust_2018_idioms, missing_docs) ]
110
110
111
111
use fallible_iterator:: FallibleIterator ;
You can’t perform that action at this time.
0 commit comments