File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.2] - 2022-08-26
4
+
5
+ - Initial Plugin Implementaion to extend via Engine Plugins.
6
+ - Added ` cryptKeyPair ` , ` cryptSign ` , ` cryptVerify ` cmds to generate keys and sign and verify data.
7
+ - Added ` pluginSign ` and ` pluginVerify ` cmds to sign and verify plugins.
8
+ - Several Internal changes and bug fixes, See [ diff] ( https://github.com/canewsin/zeronet-rs/compare/v0.1.1...v0.1.2 ) for full commit changes.
9
+
3
10
## [ 0.1.1] - 2022-08-12
4
11
5
12
- Save Site Storage to sites.json when Site is Downloaded
Original file line number Diff line number Diff line change 2
2
authors = [" canewsin <canews.in@gmail.com>" ]
3
3
edition = " 2021"
4
4
name = " zeronet"
5
- version = " 0.1.1 "
5
+ version = " 0.1.2 "
6
6
7
7
[dependencies ]
8
8
async-recursion = " 1.0.0"
You can’t perform that action at this time.
0 commit comments