File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,17 @@ 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.13.0+3]
17
+
18
+ ### Fixed
19
+
20
+ - ` spring_column_blob() ` 's ` out_len ` check. ([ #46 ] ( https://github.com/SpringQL/SpringQL-client-c/pull/46 ) )
21
+
16
22
## [ v0.13.0+2]
17
23
18
24
### Added
19
25
20
- - add include guard to ` springql.h ` . ([ #46 ] ( https://github.com/SpringQL/SpringQL-client-c/pull/46 ) )
26
+ - add include guard to ` springql.h ` . ([ #47 ] ( https://github.com/SpringQL/SpringQL-client-c/pull/47 ) )
21
27
22
28
## [ v0.13.0]
23
29
@@ -67,8 +73,10 @@ Depends on springql-core v0.7.1.
67
73
[ Semantic Versioning ] : https://semver.org/
68
74
69
75
<!-- Versions -->
70
- [ Unreleased ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.13.0...HEAD
76
+ [ Unreleased ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.13.0+3 ...HEAD
71
77
[ Released ] : https://github.com/SpringQL/SpringQL-client-c/releases
78
+ [ v0.13.0+3 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.13.0+2...v0.13.0+3
79
+ [ v0.13.0+2 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.13.0...v0.13.0+2
72
80
[ v0.13.0 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.12.0...v0.13.0
73
81
[ v0.12.0 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.11.0...v0.12.0
74
82
[ v0.11.0 ] : https://github.com/SpringQL/SpringQL-client-c/compare/v0.9.0+2...v0.11.0
You can’t perform that action at this time.
0 commit comments