1 parent 38061d5 commit acb35e8Copy full SHA for acb35e8
3 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v0.8.1 - 2026-06-12
6
+
7
+- Replace deprecated MoonBit try? usage for moonc v0.10.0
8
9
## v0.8.0 - 2026-05-20
10
11
### Added
README.md
@@ -34,7 +34,7 @@ Or add this to your `moon.mod.json`:
34
```json
35
{
36
"deps": {
37
- "hustcer/fzip": "0.8.0"
+ "hustcer/fzip": "0.8.1"
38
}
39
40
```
moon.mod.json
@@ -1,6 +1,6 @@
1
"name": "hustcer/fzip",
- "version": "0.8.0",
+ "version": "0.8.1",
"readme": "README.md",
"repository": "https://github.com/hustcer/fzip",
"license": "Apache-2.0",
0 commit comments