oblodai 1.1.0

Официальный Rust SDK для платёжного шлюза Oblodai: приём платежей, выплаты, кошельки, вебхуки.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Releasing

This package (`oblodai`) is published to **crates.io** by CI when a `v*` tag is pushed.

## Setup (one-time)
**Repo secret:** `CARGO_REGISTRY_TOKEN` — a crates.io API token.

## Cut a release
1. Bump `version` in `Cargo.toml`.
2. `git tag vX.Y.Z && git push origin vX.Y.Z`.
3. The **Release** workflow runs `cargo publish`.

CI (build + tests) runs on every push and pull request via `.github/workflows/ci.yml`.