rootcause 0.12.0

A flexible, ergonomic, and inspectable error reporting library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- Update version numbers in:
  - `Cargo.toml`
  - `rootcause-internals/Cargo.toml`
  - `rootcause-backtrace/Cargo.toml`
  - `rootcause-tracing/Cargo.toml`
  - `README.md`
  - `rootcause-tracing/README.md`
- Grep for the old version number
- Update CHANGELOG.md, including the links at the bottom
- Run `cargo update`
- Commit changes to a branch and make a PR
- Run `cargo publish --workspace --dry-run` on PR branch
- Wait for CI and merge PR to main branch
- Run `cargo login` if your token has expired
- Run `cargo publish --workspace` on main branch
- Push tag and make a github release
- Make an announcement on discord