From ab2f418b571f41adb2c42414fed4415761a3fa52 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 27 Mar 2021 14:32:46 +0530 Subject: [PATCH] changelog format --- CHANGELOG.md | 16 +++++++++++----- Cargo.lock | 2 +- README.md | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2de4d..53dc5c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/Cargo.lock b/Cargo.lock index 5e0558d..ef3c16e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,7 +322,7 @@ dependencies = [ [[package]] name = "m_captcha" -version = "0.1.1" +version = "0.1.2" dependencies = [ "actix", "actix-rt", diff --git a/README.md b/README.md index 413a6c6..d640b9f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

[![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)]()