bump to v0.5.0

This commit is contained in:
HAYAMA_Kaoru
2025-05-03 13:54:10 +09:00
parent f46d83b47a
commit 19935903b5
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
v0.5.0
======
May 3, 2025
- Refactor: split code into two packages: (Thanks to [@rwinkhart])
- `main` package for the CLI: `github.com/hymkor/lispect/cmd/lispect`
- `lispect` package for library use: `github.com/hymkor/lispect`