Skip to content

Commit 64d09eb

Browse files
authored
Merge pull request #64 from SpringQL/build/0.16.1
build: v0.16.1
2 parents 97bcf59 + 31736f3 commit 64d09eb

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

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

16+
## [v0.16.1] - 2022-07-13
17+
18+
Depends on springql v0.16.1.
19+
1620
## [v0.16.0+4] - 2022-07-12
1721

1822
### Fixed
@@ -144,9 +148,10 @@ Depends on springql-core v0.7.1.
144148
[Semantic Versioning]: https://semver.org/
145149

146150
<!-- Versions -->
147-
[Unreleased]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+4...HEAD
151+
[Unreleased]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.1...HEAD
148152
[Released]: https://github.com/SpringQL/SpringQL-client-c/releases
149-
[v0.16.0+4]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+4...v0.16.0+4
153+
[v0.16.1]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+4...v0.16.1
154+
[v0.16.0+4]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+3...v0.16.0+4
150155
[v0.16.0+3]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+2...v0.16.0+3
151156
[v0.16.0+2]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0...v0.16.0+2
152157
[v0.16.0]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.15.0+2...v0.16.0

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.16.0+4"
3+
version = "0.16.1"
44

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

1717
[dependencies]
18-
springql = "0.16.0"
18+
springql = "0.16.1"
1919

2020
log = "0.4"

0 commit comments

Comments
 (0)