File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " gremlin-cli"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44authors = [" wolf4ood <maggiolo00@gmail.com>" ]
55edition = " 2018"
66license = " Apache-2.0"
@@ -13,7 +13,7 @@ readme = "README.md"
1313# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414
1515[dependencies ]
16- gremlin-client = { path = " ../gremlin-client" , version = " 0.8.0 " , features = [" async-std-runtime" ] }
16+ gremlin-client = { path = " ../gremlin-client" , version = " 0.8.6 " , features = [" async-std-runtime" ] }
1717rustyline = " 6.2.0"
1818smol = " 0.4.3"
1919shellwords = " 1.1.0"
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.8.6] ( https://github.com/wolf4ood/gremlin-rs/compare/gremlin-client-v0.8.5...gremlin-client-v0.8.6 ) - 2023-10-06
10+
11+ ### Fixed
12+ - fix compilation issue
13+
14+ ### Other
15+ - update tungstenite
16+ - update webpki
17+ - Update rustls requirement from 0.19 to 0.20 in /gremlin-client ([ #144 ] ( https://github.com/wolf4ood/gremlin-rs/pull/144 ) )
18+ - Update base64 requirement from 0.13.1 to 0.21.4 in /gremlin-client ([ #195 ] ( https://github.com/wolf4ood/gremlin-rs/pull/195 ) )
19+
920### Added
1021
1122### Fixed
Original file line number Diff line number Diff line change 11[package ]
22authors = [" Enrico Risa <enrico.risa@gmail.com>" ]
33name = " gremlin-client"
4- version = " 0.8.5 "
4+ version = " 0.8.6 "
55edition = " 2018"
66license = " Apache-2.0"
77description = " A Rust client for Apache TinkerPop™"
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ authors = ["wolf4ood <enrico.risa@gmail.com>"]
55edition = " 2018"
66
77[dependencies ]
8- gremlin-client = { path = " ../gremlin-client" , version = " 0.8.0 " }
8+ gremlin-client = { path = " ../gremlin-client" , version = " 0.8.6 " }
You can’t perform that action at this time.
0 commit comments