deploy: v0.12 fix 存档key名

This commit is contained in:
2026-06-24 03:09:02 +00:00
parent 7a08d49fe3
commit e0a5281119
58743 changed files with 7297269 additions and 39505 deletions
+23
View File
@@ -0,0 +1,23 @@
## 1.0.3 (2024-04-30)
### Bug fixes
Avoid using class property syntax since many tools still can't handle that.
## 1.0.2 (2024-01-28)
### Bug fixes
Properly tokenize block literals with explicit indentation whose first line is indented deeper.
## 1.0.1 (2024-01-24)
### Bug fixes
Fix an incremental parsing bug caused by the way indentation context was being tracked.
## 1.0.0 (2024-01-22)
### New Features
First versioned release.