Skip to content

Commit acb35e8

Browse files
committed
Bump to 0.8.1
1 parent 38061d5 commit acb35e8

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.8.1 - 2026-06-12
6+
7+
- Replace deprecated MoonBit try? usage for moonc v0.10.0
8+
59
## v0.8.0 - 2026-05-20
610

711
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Or add this to your `moon.mod.json`:
3434
```json
3535
{
3636
"deps": {
37-
"hustcer/fzip": "0.8.0"
37+
"hustcer/fzip": "0.8.1"
3838
}
3939
}
4040
```

moon.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hustcer/fzip",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"readme": "README.md",
55
"repository": "https://github.com/hustcer/fzip",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)