cursive-spinner-view 0.1.3

Cursive spinner view
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Release Checklist

- [ ] Update the `HISTORY.md`
- [ ] Update the version in `Cargo.toml`
- [ ] Update the version in `html_root_url` (`src/lib.rs`)
- [ ] Run `rustup update`
- [ ] Run `cargo fmt`
- [ ] Run `cargo update`
- [ ] Run `cargo test`
- [ ] Run `cargo doc`
- [ ] Git: `git commit -a -m "Release vX.Y.Z"`
- [ ] Git: `git push origin main`
- [ ] Github CI: wait for success or repeat...
- [ ] Git: add version annotated tag `git tag -a vX.Y.Z`
- [ ] Git: push tags `git push origin vX.Y.Z`
- [ ] Github CD: wait for cargo publish and check it out on https://crates.io