Skip to content

Commit 0a5df74

Browse files
committed
v0.1.2
1 parent bd64036 commit 0a5df74

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [0.1.1] - 2022-08-12
411

512
- Save Site Storage to sites.json when Site is Downloaded

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["canewsin <canews.in@gmail.com>"]
33
edition = "2021"
44
name = "zeronet"
5-
version = "0.1.1"
5+
version = "0.1.2"
66

77
[dependencies]
88
async-recursion = "1.0.0"

0 commit comments

Comments
 (0)