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
1313<!-- markdownlint-disable MD024 -->
1414## [ Unreleased]
1515
16+ ## [ v0.12.0]
17+
1618### For developers
1719
1820- 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.
5254[ Semantic Versioning ] : https://semver.org/
5355
5456<!-- 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
5658[ 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
5760[ v0.11.0 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.9.0+2...v0.11.0
5861[ v0.9.0+2 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.9.0...v0.9.0+2
5962[ 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 11[package ]
22name = " springql-client-c"
3- version = " 0.11 .0"
3+ version = " 0.12 .0"
44
55authors = [" Sho Nakatani <lay.sakura@gmail.com>" ]
66license = " MIT OR Apache-2.0"
@@ -15,6 +15,6 @@ name = "springql_client"
1515cbindgen = " 0.23"
1616
1717[dependencies ]
18- springql-core = " 0.11 .0"
18+ springql-core = " 0.12 .0"
1919
2020log = " 0.4"
You can’t perform that action at this time.
0 commit comments