File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 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.11.0]
17
+
16
18
### For developers
17
19
18
20
- Rewrite with using springql-core's new APIs. ([ #36 ] ( https://github.com/SpringQL/SpringQL-client-c/pull/36 ) )
@@ -46,8 +48,9 @@ Depends on springql-core v0.7.1.
46
48
[ Semantic Versioning ] : https://semver.org/
47
49
48
50
<!-- Versions -->
49
- [ Unreleased ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.9.0+2 ...HEAD
51
+ [ Unreleased ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.11.0 ...HEAD
50
52
[ Released ] : https://github.com/SpringQL/SpringQL-client-c/releases
53
+ [ v0.11.0 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.9.0+2...v0.11.0
51
54
[ v0.9.0+2 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.9.0...v0.9.0+2
52
55
[ v0.9.0 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.8.0...v0.9.0
53
56
[ v0.8.0 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.7.1...v0.8.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " springql-client-c"
3
- version = " 0.9.0+2 "
3
+ version = " 0.11.0 "
4
4
5
5
authors = [
" Sho Nakatani <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ pub unsafe extern "C" fn spring_column_bool(
413
413
/// - `CNull`: Column value is NULL.
414
414
#[ no_mangle]
415
415
pub unsafe extern "C" fn spring_column_float (
416
- row : * const SpringRow ,
416
+ row : * const SpringRow ,
417
417
i_col : u16 ,
418
418
out : * mut c_float ,
419
419
) -> SpringErrno {
You can’t perform that action at this time.
0 commit comments