bump to v0.6.0

This commit is contained in:
HAYAMA_Kaoru
2025-05-08 11:10:35 +09:00
parent 4f11fac0a4
commit 8a84414dfa
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
v0.6.0
======
May 8, 2025
- Refactor: renamed the structure type managing Pseudoconsole session, goroutine communication channels, and other related information from `Global` to `Env`.
- Dependency: Bump gmnlisp to [v0.7.10]
- In [gmnlisp v0.7.10], symbol names have officially become case-insensitive in accordance with the ISLisp standard.