Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightvm"
version = "0.1.0-alpha.0"
version = "v0.1.0-alpha.6"
authors = ["SoTeen Studio <soteenstudio@gmail.com>"]
edition = "2024"
description = "A capability-based virtual machine designed for secure, predictable, and optimized bytecode execution."
Expand Down
19 changes: 19 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## Changelog for v0.1.0-alpha.6

* fix(vm): Add bounds checking for access_index and optimize array shrink
* feat: Add runtime bounds checking for control flow
* feat: Added reverse size limit to init opcode
* refactor: Tidy up the code structure
* feat: Adding the on() function
* fix: Fixed Capability issue with napi_interface.rs
* refactor: Delete file Instruction.ts
* perf: Optimize the dispatch and opcode execution sections
* perf: Optimize performance in key areas to improve user experience (using unsafe)
* perf: Optimizing the code of the program execution section
* refactor: tidy up code with ESLint and Husky
* refactor: tidy up some code
* refactor: clean up code and warnings from clippy
* refactor: tidy up the code
* fix: fix DSE opcode return section
* fix: fix func opcode and call opcode
* refactor: simplify provide API and fix provide function bug
## Changelog for v0.1.0-alpha.5

* refactor: simplify internal API and update documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightvm",
"version": "v0.1.0-alpha.5",
"version": "v0.1.0-alpha.6",
"description": "A capability-based virtual machine designed for secure, predictable, and optimized bytecode execution.",
"author": "SoTeen Studio",
"license": "Apache-2.0",
Expand Down