Skip to content

Commit

Permalink
build: bump up to v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed Jul 13, 2022
1 parent f5d5db5 commit 82a002d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Also check the changes in springql-core: <https://github.com/SpringQL/SpringQL/b
<!-- markdownlint-disable MD024 -->
## [Unreleased]

## [v0.17.1] - 2022-07-13

Depends on springql v0.17.1.

## [v0.17.0] - 2022-07-13

Depends on springql v0.17.0.
Expand Down Expand Up @@ -152,8 +156,9 @@ Depends on springql-core v0.7.1.
[Semantic Versioning]: https://semver.org/

<!-- Versions -->
[Unreleased]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.17.0...HEAD
[Unreleased]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.17.1...HEAD
[Released]: https://github.com/SpringQL/SpringQL-client-c/releases
[v0.17.1]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.17.0...v0.17.1
[v0.17.0]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.1...v0.17.0
[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
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "springql-client-c"
version = "0.17.0"
version = "0.17.1"

authors = ["Sho Nakatani <lay.sakura@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand All @@ -15,6 +15,6 @@ name = "springql_client"
cbindgen = "0.24"

[dependencies]
springql = "0.17.0"
springql = "0.17.1"

log = "0.4"

0 comments on commit 82a002d

Please sign in to comment.