Skip to content

Commit bb4f4f0

Browse files
committed
update version
1 parent 678c001 commit bb4f4f0

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*All notable changes to the EmmyLua Analyzer Rust project will be documented in this file.*
44

5-
## [0.24.0] - Unreleased
5+
## [0.24.0] - 2026-7-10
66

77
### ✨ Added
88

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ members = [
99
# local
1010
emmylua_code_analysis = { path = "crates/emmylua_code_analysis", version = "0.24.0" }
1111
emmylua_formatter = { path = "crates/emmylua_formatter", version = "0.24.0" }
12-
emmylua_parser = { path = "crates/emmylua_parser", version = "0.27.0" }
13-
emmylua_parser_desc = { path = "crates/emmylua_parser_desc", version = "0.27.0" }
12+
emmylua_parser = { path = "crates/emmylua_parser", version = "0.28.0" }
13+
emmylua_parser_desc = { path = "crates/emmylua_parser_desc", version = "0.28.0" }
1414
emmylua_diagnostic_macro = { path = "crates/emmylua_diagnostic_macro", version = "0.5.0" }
15-
schema_to_emmylua = { path = "crates/schema_to_emmylua", version = "0.1.0" }
15+
schema_to_emmylua = { path = "crates/schema_to_emmylua", version = "0.2.0" }
1616

1717
# external
1818
lsp-server = "0.7.9"

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.27.0"
3+
version = "0.28.0"
44
edition = "2024"
55
authors = ["CppCXY"]
66
description = "A parser for EmmyLua and luals"

crates/emmylua_parser_desc/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_desc"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
edition = "2024"
55
authors = ["CppCXY", "taminomara"]
66
description = "A parser for markup within Lua comments"

crates/schema_to_emmylua/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "schema_to_emmylua"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
authors = ["CppCXY"]
66
description = "A tool to convert JSON schema to EmmyLua annotations."

0 commit comments

Comments
 (0)