Skip to content

Commit 0afbe37

Browse files
committed
update version
1 parent 862edd8 commit 0afbe37

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11

2-
# 0.24.0 -- Unreleased
2+
# 0.26.0
3+
4+
refactor many internal struct, reduce many unsafe and optimize performance.
5+
6+
7+
# 0.24.0
38

49
## Userdata Sub-Reference System
510

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -9,9 +9,9 @@ exclude = [
99

1010
[workspace.dependencies]
1111
# local
12-
luars = { path = "crates/luars", version = "0.25.0" }
12+
luars = { path = "crates/luars", version = "0.26.0" }
1313
luars-derive = { path = "crates/luars-derive", version = "0.11.0" }
14-
luars_debugger = { path = "crates/luars_debugger", version = "0.25.0" }
14+
luars_debugger = { path = "crates/luars_debugger", version = "0.26.0" }
1515

1616
wasm-bindgen = "0.2"
1717
ahash = "0.8"

crates/luars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "luars"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
edition = "2024"
55
authors = ["CppCXY"]
66
description = "A library for lua 5.5 runtime implementation in Rust"

crates/luars_debugger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "luars_debugger"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
edition = "2024"
55
description = "Built-in debugger for luars, loaded via require('emmy_core')"
66
authors = ["CppCXY"]

0 commit comments

Comments
 (0)