Skip to content

Commit 560c2db

Browse files
committed
update version
1 parent b644cb4 commit 560c2db

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# CHANGELOG
22

3-
# 0.4.7(unreleased)
3+
# 0.5.1 (unreleased)
4+
5+
6+
# 0.5.0
47

58
`NEW` Support type-check when casting tuples to arrays.
69

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ members = [
77

88
[workspace.dependencies]
99
# local
10-
emmylua_code_analysis = { path = "crates/emmylua_code_analysis", version = "0.4.0" }
10+
emmylua_code_analysis = { path = "crates/emmylua_code_analysis", version = "0.5.0" }
1111
emmylua_parser = { path = "crates/emmylua_parser", version = "0.9.3" }
12-
emmylua_diagnostic_macro = { path = "crates/emmylua_diagnostic_macro", version = "0.4.0" }
12+
emmylua_diagnostic_macro = { path = "crates/emmylua_diagnostic_macro", version = "0.5.0" }
1313

1414
# external
1515
lsp-server = "0.7.7"

crates/emmylua_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emmylua_parser"
3-
version = "0.9.3"
3+
version = "0.9.4"
44
edition = "2021"
55
authors = ["CppCXY"]
66
description = "A parser for EmmyLua and luals"

0 commit comments

Comments
 (0)