Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
canewsin committed Aug 26, 2022
1 parent bd64036 commit 0a5df74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2] - 2022-08-26

- Initial Plugin Implementaion to extend via Engine Plugins.
- Added `cryptKeyPair`, `cryptSign`, `cryptVerify` cmds to generate keys and sign and verify data.
- Added `pluginSign` and `pluginVerify` cmds to sign and verify plugins.
- 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.

## [0.1.1] - 2022-08-12

- Save Site Storage to sites.json when Site is Downloaded
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["canewsin <[email protected]>"]
edition = "2021"
name = "zeronet"
version = "0.1.1"
version = "0.1.2"

[dependencies]
async-recursion = "1.0.0"
Expand Down

0 comments on commit 0a5df74

Please sign in to comment.