Skip to content

Commit

Permalink
update for release v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 7, 2022
1 parent d9673b5 commit af5e60c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,8 @@ All other sections are for end-users.
<!-- markdownlint-disable MD024 -->
## [Unreleased]

## [v0.18.1] - 2022-10-07

### For developers

- Fix publish job in automated release ([#248](https://github.com/SpringQL/SpringQL/pull/248)
Expand Down Expand Up @@ -293,6 +295,7 @@ All other sections are for end-users.
<!-- Versions -->
[Unreleased]: https://github.com/SpringQL/SpringQL/compare/v0.17.1...HEAD
[Released]: https://github.com/SpringQL/SpringQL/releases
[v0.18.1]: https://github.com/SpringQL/SpringQL/compare/v0.18.0...v0.18.1
[v0.18.0]: https://github.com/SpringQL/SpringQL/compare/v0.17.2...v0.18.0
[v0.17.1]: https://github.com/SpringQL/SpringQL/compare/v0.17.0...v0.17.1
[v0.17.0]: https://github.com/SpringQL/SpringQL/compare/v0.16.1...v0.17.0
Expand Down
2 changes: 1 addition & 1 deletion springql-core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "springql-core"
version = "0.18.0"
version = "0.18.1"

authors = ["Sho Nakatani <lay.sakura@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions springql/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "springql"
version = "0.18.0"
version = "0.18.1"

authors = ["Sho Nakatani <lay.sakura@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand All @@ -15,7 +15,7 @@ readme = "../README.md"
repository = "https://github.com/SpringQL/SpringQL"

[dependencies]
springql-core = { version = "0.18.0", path="../springql-core"}
springql-core = { version = "0.18.1", path="../springql-core"}

[dev-dependencies]
springql-foreign-service = {path = "../foreign-service"}
Expand Down

0 comments on commit af5e60c

Please sign in to comment.