Skip to content

Commit 7532ec1

Browse files
committed
version 0.0.9
1 parent fa0c70d commit 7532ec1

3 files changed

Lines changed: 16 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "captcha"
3-
version = "0.0.8"
4-
authors = ["daniel-e <git.daniele@gmail.com>"]
3+
version = "0.0.9"
4+
authors = ["Daniel Etzold <detzold@gmail.com>"]
55
description = "Library for generating CAPTCHAs."
66
license-file = "LICENSE.md"
77
keywords = ["CAPTCHA"]

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes since 0.0.8
1+
0.0.9
22

33
- Rng for the CAPTCHA generation can be set (https://github.com/daniel-e/captcha/pull/15)
44
- audio is a Rust feature that can be disabled. (https://github.com/daniel-e/captcha/pull/17)

DEV.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
Publishing to Crates.io
2-
=======================
1+
# Building a Release
32

4-
Do this once:
3+
If not logged in at crates.io yet:
54

65
cargo login
76

8-
Once you are logged in
9-
======================
7+
Run some tests:
8+
9+
cargo build --release
10+
cargo example --release captcha
11+
12+
Update:
13+
14+
* Version in Cargo.toml
15+
* ChangeLog
16+
17+
Publish to crates.io
1018

1119
cargo publish
1220

0 commit comments

Comments
 (0)