Skip to content

Commit 00cf794

Browse files
chore: release (#208)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2eb9364 commit 00cf794

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

gremlin-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.7", features = ["async-std-runtime"] }
16+
gremlin-client = { path = "../gremlin-client", version = "0.8.8", features = ["async-std-runtime"] }
1717
rustyline = "6.2.0"
1818
smol = "0.4.3"
1919
shellwords = "1.1.0"

gremlin-client/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.8](https://github.com/wolf4ood/gremlin-rs/compare/v0.8.7...v0.8.8) - 2024-04-19
10+
11+
### Other
12+
- Default message to empty string for ResponseStatus ([#207](https://github.com/wolf4ood/gremlin-rs/pull/207))
13+
914
## [0.8.7](https://github.com/wolf4ood/gremlin-rs/compare/v0.8.6...v0.8.7) - 2024-04-18
1015

1116
### Other

gremlin-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Enrico Risa <[email protected]>"]
33
name = "gremlin-client"
4-
version = "0.8.7"
4+
version = "0.8.8"
55
edition = "2018"
66
license = "Apache-2.0"
77
description= "A Rust client for Apache TinkerPop™"

gremlin-tutorial/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = ["wolf4ood <[email protected]>"]
55
edition = "2018"
66

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

0 commit comments

Comments
 (0)