changelog format

This commit is contained in:
Aravinth Manivannan 2021-03-27 14:32:46 +05:30
parent 765ec62e4d
commit ab2f418b57
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
3 changed files with 13 additions and 7 deletions

View File

@ -1,13 +1,19 @@
# 0.1.1
- typo fix: `MCaptcha::decrement_visiotr()` became `MCaptcha::decrement_visitor()`
- `serde::{Serialize, Deserialize}` impls (shouldn't break anything)
- `MCaptcha` throws error when duration is 0
- `Visitor` is changed to `AddVisitor`
## Added
- `Master` packs a garbage collector to stop and get rid of inactive
`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
point) period
# 0.1.2
- no API changes
## Changed
- actix upgraded to `0.11`

2
Cargo.lock generated
View File

@ -322,7 +322,7 @@ dependencies = [
[[package]]
name = "m_captcha"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"actix",
"actix-rt",

View File

@ -5,7 +5,7 @@
</p>
[![Documentation](https://img.shields.io/badge/docs-master-yellow)](https://mcaptcha.github.io/mCaptcha/m_captcha/index.html)
[![Documentation](https://img.shields.io/badge/docs-0.1.0-blue)](https://mcaptcha.org/docs/api/mcaptcha-system)
[![Documentation](https://img.shields.io/badge/docs-0.1.2-blue)](https://mcaptcha.org/docs/api/mcaptcha-system)
[![dependency status](https://deps.rs/repo/github/mCaptcha/mCaptcha/status.svg)](https://deps.rs/repo/github/mCaptcha/mCaptcha)
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)
![CI (Linux)](<https://github.com/mCaptcha/mCaptcha/workflows/CI%20(Linux)/badge.svg>)