Files
pumpbin/CHANGELOG.md

12 lines
213 B
Markdown
Raw Normal View History

2024-07-09 10:18:08 +08:00
# CHANGELOG
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.