diff --git a/Cargo.toml b/Cargo.toml index cb2359a..29a055d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "captcha" -version = "0.0.8" -authors = ["daniel-e "] +version = "0.0.9" +authors = ["Daniel Etzold "] description = "Library for generating CAPTCHAs." license-file = "LICENSE.md" keywords = ["CAPTCHA"] diff --git a/ChangeLog b/ChangeLog index 2f67d34..efae34d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes since 0.0.8 +0.0.9 - Rng for the CAPTCHA generation can be set (https://github.com/daniel-e/captcha/pull/15) - audio is a Rust feature that can be disabled. (https://github.com/daniel-e/captcha/pull/17) diff --git a/DEV.md b/DEV.md index a125e89..434247d 100644 --- a/DEV.md +++ b/DEV.md @@ -1,12 +1,20 @@ -Publishing to Crates.io -======================= +# Building a Release -Do this once: +If not logged in at crates.io yet: cargo login -Once you are logged in -====================== +Run some tests: + + cargo build --release + cargo example --release captcha + +Update: + +* Version in Cargo.toml +* ChangeLog + +Publish to crates.io cargo publish