Skip to content

Commit

Permalink
Bumped to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Nov 16, 2020
1 parent de8fa19 commit 224e35a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions gremlin-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [0.6.2] - 2020-11-16

### Added

- [#109](https://github.com/wolf4ood/gremlin-rs/pull/109) Added repeat, until, emit steps
- [#102](https://github.com/wolf4ood/gremlin-rs/pull/102) Added property many

### Fixed

## [0.6.1] - 2020-09-7

### Added
Expand Down
4 changes: 2 additions & 2 deletions gremlin-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Enrico Risa <enrico.risa@gmail.com>"]
name = "gremlin-client"
version = "0.6.1"
version = "0.6.2"
edition = "2018"
license = "Apache-2.0"
description= "A Rust client for Apache TinkerPop™"
Expand Down Expand Up @@ -83,4 +83,4 @@ required-features = ["async_gremlin"]

[[example]]
name = "derive"
required-features = ["derive"]
required-features = ["derive"]

0 comments on commit 224e35a

Please sign in to comment.