feat: prep 0.5.0
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2023-10-29 02:33:36 +05:30
parent 927b3e449b
commit bde6da08e9
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
3 changed files with 11 additions and 4 deletions

View File

@ -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
View File

@ -157,7 +157,7 @@ checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
[[package]]
name = "mcaptcha_pow_sha256"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"bincode",
"derive_builder",

View File

@ -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