Skip to content

Commit 932b91c

Browse files
committed
docs: add CHANGELOG
1 parent f3f9270 commit 932b91c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@ Also check the changes in springql-core: <https://github.com/SpringQL/SpringQL/b
1313
<!-- markdownlint-disable MD024 -->
1414
## [Unreleased]
1515

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+
1622
## [v0.13.0+2]
1723

1824
### Added
1925

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))
2127

2228
## [v0.13.0]
2329

@@ -67,8 +73,10 @@ Depends on springql-core v0.7.1.
6773
[Semantic Versioning]: https://semver.org/
6874

6975
<!-- 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
7177
[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
7280
[v0.13.0]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.12.0...v0.13.0
7381
[v0.12.0]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.11.0...v0.12.0
7482
[v0.11.0]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.9.0+2...v0.11.0

0 commit comments

Comments
 (0)