File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ 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.12.0]
17
+
16
18
### For developers
17
19
18
20
- refactor: stop calling spring_config_default(). ([ #43 ] ( https://github.com/SpringQL/SpringQL-client-c/pull/43 ) )
@@ -52,8 +54,9 @@ Depends on springql-core v0.7.1.
52
54
[ Semantic Versioning ] : https://semver.org/
53
55
54
56
<!-- Versions -->
55
- [ Unreleased ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.11 .0...HEAD
57
+ [ Unreleased ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.12 .0...HEAD
56
58
[ Released ] : https://github.com/SpringQL/SpringQL-client-c/releases
59
+ [ v0.12.0 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.11.0...v0.12.0
57
60
[ v0.11.0 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.9.0+2...v0.11.0
58
61
[ v0.9.0+2 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.9.0...v0.9.0+2
59
62
[ v0.9.0 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.8.0...v0.9.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " springql-client-c"
3
- version = " 0.11 .0"
3
+ version = " 0.12 .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.23"
16
16
17
17
[dependencies ]
18
- springql-core = " 0.11 .0"
18
+ springql-core = " 0.12 .0"
19
19
20
20
log = " 0.4"
You can’t perform that action at this time.
0 commit comments