Skip to content

Commit f5d5db5

Browse files
authored
Merge pull request #67 from SpringQL/build/0.17.0
build: bump up version to 0.17.0
2 parents 50e1d9e + 79fa0f7 commit f5d5db5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Also check the changes in springql-core: <https://github.com/SpringQL/SpringQL/b
1313
<!-- markdownlint-disable MD024 -->
1414
## [Unreleased]
1515

16+
## [v0.17.0] - 2022-07-13
17+
18+
Depends on springql v0.17.0.
19+
1620
## [v0.16.1] - 2022-07-13
1721

1822
Depends on springql v0.16.1.
@@ -148,8 +152,9 @@ Depends on springql-core v0.7.1.
148152
[Semantic Versioning]: https://semver.org/
149153

150154
<!-- Versions -->
151-
[Unreleased]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.1...HEAD
155+
[Unreleased]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.17.0...HEAD
152156
[Released]: https://github.com/SpringQL/SpringQL-client-c/releases
157+
[v0.17.0]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.1...v0.17.0
153158
[v0.16.1]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+4...v0.16.1
154159
[v0.16.0+4]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+3...v0.16.0+4
155160
[v0.16.0+3]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+2...v0.16.0+3

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "springql-client-c"
3-
version = "0.16.1"
3+
version = "0.17.0"
44

55
authors = ["Sho Nakatani <[email protected]>"]
66
license = "MIT OR Apache-2.0"
@@ -15,6 +15,6 @@ name = "springql_client"
1515
cbindgen = "0.24"
1616

1717
[dependencies]
18-
springql = "0.16.1"
18+
springql = "0.17.0"
1919

2020
log = "0.4"

0 commit comments

Comments
 (0)