feat: prep 0.5.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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 # 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` Rename crate from `pow_sha256` to `mcaptcha_pow_sha256`

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "mcaptcha_pow_sha256" name = "mcaptcha_pow_sha256"
version = "0.4.0" version = "0.5.0"
authors = [ "Aravinth Manivannan <realaravinth@bastsense.net>", "Robert Kornacki <robk@syre.io>"] authors = [ "Aravinth Manivannan <realaravinth@bastsense.net>", "Robert Kornacki <robk@syre.io>"]
description = """ description = """
SHA256 PoW on any serializable datatype used in mCaptcha SHA256 PoW on any serializable datatype used in mCaptcha