Skip to content

Commit 976352e

Browse files
committed
chore(core): bump release version to 0.5.0
Bump the workspace package version to 0.5.0 and align the internal `tui-syntax` dependency constraint in `crates/tsql/Cargo.toml`. This prepares the repository for the v0.5.0 tag-driven release workflow and keeps crates.io metadata consistent across workspace crates.
1 parent 6edb474 commit 976352e

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["crates/*"]
44
exclude = ["vendor/tui-confirm-dialog"]
55

66
[workspace.package]
7-
version = "0.4.2"
7+
version = "0.5.0"
88
edition = "2021"
99
license = "MIT"
1010
repository = "https://github.com/fcoury/tsql"

crates/tsql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ tui_confirm_dialog_with_mouse.workspace = true
6666
tempfile.workspace = true
6767

6868
# Internal crate
69-
tui-syntax = { path = "../tui-syntax", version = "0.4.0" }
69+
tui-syntax = { path = "../tui-syntax", version = "0.5.0" }
7070

7171
[dev-dependencies]
7272
dotenvy.workspace = true

0 commit comments

Comments
 (0)