Files
pumpbin/CHANGELOG.md

16 lines
274 B
Markdown
Raw Normal View History

2024-07-09 10:18:08 +08:00
# CHANGELOG
2024-07-15 20:27:12 +08:00
## v1.1.1
- Fixed: no error returned when holder not found
2024-07-09 15:47:39 +08:00
## v1.1.0
- Compress plugin via zlib.
2024-07-09 10:18:08 +08:00
## v1.0.0
- Implementing a Plug-in System with Extism.
- Serialize the Plugin struct with Cap'n Proto for backward compatibility.
- Refactor the project code.