Skip to content

Commit 85dae5f

Browse files
chore: release 0.10.0 (#220)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4f0c3eb commit 85dae5f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.10.0](https://www.github.com/gengjiawen/monkey-rust/compare/v0.9.2...v0.10.0) (2025-10-24)
4+
5+
6+
### Features
7+
8+
* fix compatibility with latest rust ([63bc3f1](https://www.github.com/gengjiawen/monkey-rust/commit/63bc3f1016a3338e145d0af7deb26c1325f0530a))
9+
10+
11+
### Bug Fixes
12+
13+
* compiler symbol resolve bug ([4f0c3eb](https://www.github.com/gengjiawen/monkey-rust/commit/4f0c3ebac18f4ecc5a8f6594475dc92db5efa839))
14+
* lexer parse comment bug ([51014cc](https://www.github.com/gengjiawen/monkey-rust/commit/51014ccb7282a6ca23622cf606cc4026ab8ab3cf))
15+
* remove deprecated packages ([0f04fe6](https://www.github.com/gengjiawen/monkey-rust/commit/0f04fe61bed552c0700cc0efe367d98abf1fdebb))
16+
317
### [0.9.2](https://www.github.com/gengjiawen/monkey-rust/compare/v0.9.1...v0.9.2) (2024-08-12)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monkey-rust",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"description": "![Rust](https://github.com/gengjiawen/monkey-rust/workflows/Rust/badge.svg) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/gengjiawen/monkey_rust)",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)