Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 78b1308

Browse files
committed
update for release v1.0.0-a5
1 parent d8c0754 commit 78b1308

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ All other sections are for end-users.
1010
<!-- markdownlint-disable MD024 -->
1111
## [Unreleased]
1212

13+
## [v1.0.0-a5] - 2022-10-07
14+
1315
## [v1.0.0-a4] - 2022-10-07
1416

1517
## [v1.0.0-a3] - 2022-10-07

springql-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "springql-core-release-test"
3-
version = "1.0.0-a4"
3+
version = "1.0.0-a5"
44

55
authors = ["Sho Nakatani <lay.sakura@gmail.com>"]
66
license = "MIT OR Apache-2.0"

springql/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-release-test"
3-
version = "1.0.0-a4"
3+
version = "1.0.0-a5"
44

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

1717
[dependencies]
18-
springql-core-release-test = { version = "1.0.0-a4", path="../springql-core"}
18+
springql-core-release-test = { version = "1.0.0-a5", path="../springql-core"}
1919

2020
[dev-dependencies]
2121
springql-foreign-service = {path = "../foreign-service"}

0 commit comments

Comments
 (0)