changelog format
This commit is contained in:
parent
765ec62e4d
commit
ab2f418b57
3 changed files with 13 additions and 7 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,13 +1,19 @@
|
||||||
# 0.1.1
|
# 0.1.1
|
||||||
- typo fix: `MCaptcha::decrement_visiotr()` became `MCaptcha::decrement_visitor()`
|
|
||||||
- `serde::{Serialize, Deserialize}` impls (shouldn't break anything)
|
## Added
|
||||||
- `MCaptcha` throws error when duration is 0
|
|
||||||
- `Visitor` is changed to `AddVisitor`
|
|
||||||
- `Master` packs a garbage collector to stop and get rid of inactive
|
- `Master` packs a garbage collector to stop and get rid of inactive
|
||||||
`MCaptcha` actors
|
`MCaptcha` actors
|
||||||
|
- `serde::{Serialize, Deserialize}` impls (shouldn't break anything)
|
||||||
|
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
- typo fix: `MCaptcha::decrement_visiotr()` became `MCaptcha::decrement_visitor()`
|
||||||
|
- `MCaptcha` throws error when duration is 0
|
||||||
|
- `Visitor` is changed to `AddVisitor`
|
||||||
- `Master` constructor accepts a parameter to configure GC(see previous
|
- `Master` constructor accepts a parameter to configure GC(see previous
|
||||||
point) period
|
point) period
|
||||||
|
|
||||||
# 0.1.2
|
# 0.1.2
|
||||||
- no API changes
|
|
||||||
|
## Changed
|
||||||
- actix upgraded to `0.11`
|
- actix upgraded to `0.11`
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -322,7 +322,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "m_captcha"
|
name = "m_captcha"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix",
|
"actix",
|
||||||
"actix-rt",
|
"actix-rt",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[](https://mcaptcha.github.io/mCaptcha/m_captcha/index.html)
|
[](https://mcaptcha.github.io/mCaptcha/m_captcha/index.html)
|
||||||
[](https://mcaptcha.org/docs/api/mcaptcha-system)
|
[](https://mcaptcha.org/docs/api/mcaptcha-system)
|
||||||
[](https://deps.rs/repo/github/mCaptcha/mCaptcha)
|
[](https://deps.rs/repo/github/mCaptcha/mCaptcha)
|
||||||
[](http://www.gnu.org/licenses/agpl-3.0)
|
[](http://www.gnu.org/licenses/agpl-3.0)
|
||||||
/badge.svg>)
|
/badge.svg>)
|
||||||
|
|
Loading…
Reference in a new issue