Skip to content

Commit

Permalink
chore: release (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 11, 2023
1 parent b1c8902 commit 42a4050
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gremlin-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gremlin-cli"
version = "0.1.0"
version = "0.1.1"
authors = ["wolf4ood <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -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.0", features = ["async-std-runtime"] }
gremlin-client = { path = "../gremlin-client", version = "0.8.6", features = ["async-std-runtime"] }
rustyline = "6.2.0"
smol = "0.4.3"
shellwords = "1.1.0"
Expand Down
12 changes: 12 additions & 0 deletions gremlin-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Fixed
- fix from tungstenite error ([#198](https://github.com/wolf4ood/gremlin-rs/pull/198))
- fix compilation issue

### Other
- update tungstenite
- update webpki
- Update rustls requirement from 0.19 to 0.20 in /gremlin-client ([#144](https://github.com/wolf4ood/gremlin-rs/pull/144))
- Update base64 requirement from 0.13.1 to 0.21.4 in /gremlin-client ([#195](https://github.com/wolf4ood/gremlin-rs/pull/195))

### Added

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gremlin-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Enrico Risa <[email protected]>"]
name = "gremlin-client"
version = "0.8.5"
version = "0.8.6"
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["wolf4ood <[email protected]>"]
edition = "2018"

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

0 comments on commit 42a4050

Please sign in to comment.