Skip to content

Commit

Permalink
chore: release (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 18, 2024
1 parent 399f50d commit c3c9a0a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gremlin-cli/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
gremlin-client = { path = "../gremlin-client", version = "0.8.6", features = ["async-std-runtime"] }
gremlin-client = { path = "../gremlin-client", version = "0.8.7", features = ["async-std-runtime"] }
rustyline = "6.2.0"
smol = "0.4.3"
shellwords = "1.1.0"
Expand Down
5 changes: 5 additions & 0 deletions gremlin-client/CHANGELOG.md
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.7](https://github.com/wolf4ood/gremlin-rs/compare/v0.8.6...v0.8.7) - 2024-04-18

### Other
- Include GermlinError::Generic's contained string in thisserror's message ([#204](https://github.com/wolf4ood/gremlin-rs/pull/204))

## [0.8.6](https://github.com/wolf4ood/gremlin-rs/compare/gremlin-client-v0.8.5...gremlin-client-v0.8.6) - 2023-10-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gremlin-client/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Enrico Risa <enrico.risa@gmail.com>"]
name = "gremlin-client"
version = "0.8.6"
version = "0.8.7"
edition = "2018"
license = "Apache-2.0"
description= "A Rust client for Apache TinkerPop™"
Expand Down
2 changes: 1 addition & 1 deletion gremlin-tutorial/Cargo.toml
Expand Up @@ -5,4 +5,4 @@ authors = ["wolf4ood <enrico.risa@gmail.com>"]
edition = "2018"

[dependencies]
gremlin-client = { path = "../gremlin-client", version = "0.8.6" }
gremlin-client = { path = "../gremlin-client", version = "0.8.7" }

0 comments on commit c3c9a0a

Please sign in to comment.