Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
springql@0.17.0
springql-core@0.17.0

Generated by cargo-workspaces
  • Loading branch information
laysakura committed Jul 13, 2022
1 parent 223fa2c commit 3a462a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion springql-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "springql-core"
version = "0.16.1"
version = "0.17.0"

authors = ["Sho Nakatani <lay.sakura@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions springql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "springql"
version = "0.16.1"
version = "0.17.0"

authors = ["Sho Nakatani <lay.sakura@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand All @@ -15,7 +15,7 @@ readme = "../README.md"
repository = "https://github.com/SpringQL/SpringQL"

[dependencies]
springql-core = {version="0.16.0", path="../springql-core"}
springql-core = {version="0.17.0", path="../springql-core"}

[dev-dependencies]
springql-foreign-service = {path = "../foreign-service"}
Expand Down

0 comments on commit 3a462a5

Please sign in to comment.