From bd8a6e2e0e9b160a4590c552a07a3475cbc11637 Mon Sep 17 00:00:00 2001 From: HAYAMA Kaoru <3752189+hymkor@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:12:31 +0900 Subject: [PATCH] bump to v0.7.0 --- release_note_en.md | 4 ++++ release_note_ja.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/release_note_en.md b/release_note_en.md index 9a5c3a5..ffb9089 100644 --- a/release_note_en.md +++ b/release_note_en.md @@ -1,3 +1,7 @@ +v0.7.0 +====== +Aug 17, 2025 + - Updated gmnlisp to [v0.7.23] - Integrated the `(quit)` function from the gmnlisp `exit` subpackage. As a result, calling `(quit)` no longer prints Lisp call history (stack-trace-like output); instead, lispect now exits cleanly with the specified exit code. diff --git a/release_note_ja.md b/release_note_ja.md index a825724..c6d3643 100644 --- a/release_note_ja.md +++ b/release_note_ja.md @@ -1,3 +1,7 @@ +v0.7.0 +====== +Aug 17, 2025 + - gmnlisp を [v0.7.23] に更新 - gmnlisp のサブパッケージ `exit` による `(quit)` を組み込み。これにより、`(quit)` 実行時に Lisp の関数呼び出し履歴(スタックトレース風の出力)が表示されず、指定した終了コードで正常に終了するようにした