File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ Also check the changes in springql-core: <https://github.com/SpringQL/SpringQL/b
13
13
<!-- markdownlint-disable MD024 -->
14
14
## [ Unreleased]
15
15
16
+ ## [ v0.17.0] - 2022-07-13
17
+
18
+ Depends on springql v0.17.0.
19
+
16
20
## [ v0.16.1] - 2022-07-13
17
21
18
22
Depends on springql v0.16.1.
@@ -148,8 +152,9 @@ Depends on springql-core v0.7.1.
148
152
[ Semantic Versioning ] : https://semver.org/
149
153
150
154
<!-- 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
152
156
[ 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
153
158
[ v0.16.1 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+4...v0.16.1
154
159
[ v0.16.0+4 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+3...v0.16.0+4
155
160
[ v0.16.0+3 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+2...v0.16.0+3
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " springql-client-c"
3
- version = " 0.16.1 "
3
+ version = " 0.17.0 "
4
4
5
5
authors = [
" Sho Nakatani <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
@@ -15,6 +15,6 @@ name = "springql_client"
15
15
cbindgen = " 0.24"
16
16
17
17
[dependencies ]
18
- springql = " 0.16.1 "
18
+ springql = " 0.17.0 "
19
19
20
20
log = " 0.4"
You can’t perform that action at this time.
0 commit comments