diff --git a/CHANGELOG.md b/CHANGELOG.md index 6efa14b..62db588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ Also check the changes in springql-core: ## [Unreleased] +## [v0.16.1] - 2022-07-13 + +Depends on springql v0.16.1. + ## [v0.16.0+4] - 2022-07-12 ### Fixed @@ -144,9 +148,10 @@ Depends on springql-core v0.7.1. [Semantic Versioning]: https://semver.org/ -[Unreleased]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+4...HEAD +[Unreleased]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.1...HEAD [Released]: https://github.com/SpringQL/SpringQL-client-c/releases -[v0.16.0+4]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+4...v0.16.0+4 +[v0.16.1]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+4...v0.16.1 +[v0.16.0+4]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+3...v0.16.0+4 [v0.16.0+3]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+2...v0.16.0+3 [v0.16.0+2]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0...v0.16.0+2 [v0.16.0]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.15.0+2...v0.16.0 diff --git a/Cargo.lock b/Cargo.lock index a04cbf0..e56a50e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1035,16 +1035,16 @@ dependencies = [ [[package]] name = "springql" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cce250c5b95d7d4bdfd3eaa6df5f3285719fd8acccb5f82b20b6e653c64d4df" +checksum = "9121b104aaee729599229d6227ef39fb53780771d53f6a4958d12d1da21a273d" dependencies = [ "springql-core", ] [[package]] name = "springql-client-c" -version = "0.16.0+4" +version = "0.16.1" dependencies = [ "cbindgen", "log", diff --git a/Cargo.toml b/Cargo.toml index 5c56d45..2648f27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "springql-client-c" -version = "0.16.0+4" +version = "0.16.1" authors = ["Sho Nakatani "] license = "MIT OR Apache-2.0" @@ -15,6 +15,6 @@ name = "springql_client" cbindgen = "0.24" [dependencies] -springql = "0.16.0" +springql = "0.16.1" log = "0.4"