Skip to content

Commit

Permalink
version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-e committed May 17, 2022
1 parent fa0c70d commit 7532ec1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "captcha"
version = "0.0.8"
authors = ["daniel-e <git.daniele@gmail.com>"]
version = "0.0.9"
authors = ["Daniel Etzold <detzold@gmail.com>"]
description = "Library for generating CAPTCHAs."
license-file = "LICENSE.md"
keywords = ["CAPTCHA"]
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
18 changes: 13 additions & 5 deletions DEV.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7532ec1

Please sign in to comment.