cerbos 0.4.7

Rust SDK for working with Cerbos: an open core, language-agnostic, scalable authorization solution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Releases

Run `./release.sh <version>` to update `Cargo.toml`, tag and push to upstream. If your git remote isn't named `upstream`, set the `REMOTE` environment variable to the correct value.

Example:

```sh
REMOTE=origin ./release.sh 0.2.0
```

Once the tag is pushed, GH actions should publish the crate to crates.io.