This commit is contained in:
parent
927b3e449b
commit
bde6da08e9
3 changed files with 11 additions and 4 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,8 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
# 0.4.0
|
||||
## 0.5.0
|
||||
|
||||
## Changed
|
||||
### Added
|
||||
|
||||
- `stepped_prove_work_serialized` sends notifications after every few hash
|
||||
computations.
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Changed
|
||||
|
||||
Rename crate from `pow_sha256` to `mcaptcha_pow_sha256`
|
||||
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -157,7 +157,7 @@ checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
|||
|
||||
[[package]]
|
||||
name = "mcaptcha_pow_sha256"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"derive_builder",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mcaptcha_pow_sha256"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
authors = [ "Aravinth Manivannan <realaravinth@bastsense.net>", "Robert Kornacki <robk@syre.io>"]
|
||||
description = """
|
||||
SHA256 PoW on any serializable datatype used in mCaptcha
|
||||
|
|
Loading…
Reference in a new issue