From 70630b8355f0f6afd5f5bbe1064064dfe6b5119f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 10:11:32 +0000 Subject: [PATCH] chore: release 0.10.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d804519..1c207d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.10.0](https://www.github.com/gengjiawen/monkey-rust/compare/v0.9.2...v0.10.0) (2025-10-24) + + +### Features + +* fix compatibility with latest rust ([63bc3f1](https://www.github.com/gengjiawen/monkey-rust/commit/63bc3f1016a3338e145d0af7deb26c1325f0530a)) + + +### Bug Fixes + +* compiler symbol resolve bug ([4f0c3eb](https://www.github.com/gengjiawen/monkey-rust/commit/4f0c3ebac18f4ecc5a8f6594475dc92db5efa839)) +* lexer parse comment bug ([51014cc](https://www.github.com/gengjiawen/monkey-rust/commit/51014ccb7282a6ca23622cf606cc4026ab8ab3cf)) +* remove deprecated packages ([0f04fe6](https://www.github.com/gengjiawen/monkey-rust/commit/0f04fe61bed552c0700cc0efe367d98abf1fdebb)) + ### [0.9.2](https://www.github.com/gengjiawen/monkey-rust/compare/v0.9.1...v0.9.2) (2024-08-12) diff --git a/package.json b/package.json index 54f1fc9..d737b7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monkey-rust", - "version": "0.9.2", + "version": "0.10.0", "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)", "main": "index.js", "directories": {