Skip to content

Commit b9ee3bc

Browse files
chore: release
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b1c8902 commit b9ee3bc

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

gremlin-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gremlin-cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["wolf4ood <maggiolo00@gmail.com>"]
55
edition = "2018"
66
license = "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"] }
1717
rustyline = "6.2.0"
1818
smol = "0.4.3"
1919
shellwords = "1.1.0"

gremlin-client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ 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-19
10+
11+
### Fixed
12+
- fix from tungstenite error ([#198](https://github.com/wolf4ood/gremlin-rs/pull/198))
13+
- fix compilation issue
14+
15+
### Other
16+
- update tungstenite
17+
- update webpki
18+
- Update rustls requirement from 0.19 to 0.20 in /gremlin-client ([#144](https://github.com/wolf4ood/gremlin-rs/pull/144))
19+
- Update base64 requirement from 0.13.1 to 0.21.4 in /gremlin-client ([#195](https://github.com/wolf4ood/gremlin-rs/pull/195))
20+
921
### Added
1022

1123
### Fixed

gremlin-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Enrico Risa <enrico.risa@gmail.com>"]
33
name = "gremlin-client"
4-
version = "0.8.5"
4+
version = "0.8.6"
55
edition = "2018"
66
license = "Apache-2.0"
77
description= "A Rust client for Apache TinkerPop™"

gremlin-tutorial/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = ["wolf4ood <enrico.risa@gmail.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
gremlin-client = { path = "../gremlin-client", version = "0.8.0" }
8+
gremlin-client = { path = "../gremlin-client", version = "0.8.6" }

0 commit comments

Comments
 (0)