Skip to content

Commit f8d67bf

Browse files
authored
Merge pull request #44 from SpringQL/build/v0.12.0
build: bump up to v0.12.0
2 parents b9e0ca1 + 0b897d0 commit f8d67bf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "springql-client-c"
3-
version = "0.11.0"
3+
version = "0.12.0"
44

55
authors = ["Sho Nakatani <[email protected]>"]
66
license = "MIT OR Apache-2.0"
@@ -15,6 +15,6 @@ name = "springql_client"
1515
cbindgen = "0.23"
1616

1717
[dependencies]
18-
springql-core = "0.11.0"
18+
springql-core = "0.12.0"
1919

2020
log = "0.4"

0 commit comments

Comments
 (0)