captcha-sdk 0.0.1

Unified server-side CAPTCHA verification for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Release process

Releases are managed by release-plz from the `main` branch.

1. Merge changes with an accurate `CHANGELOG.md` entry.
2. Review and merge the automated release pull request.
3. The release workflow publishes the crate and creates the matching Git tag and
   GitHub release.

Publishing requires the protected `release` environment and configured crates.io
trusted publishing for the repository.