pluum 0.0.2

Rust is very sweet.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Development Guide

## Release Checklist

- Run `just check`.
- Run the release task: `just release v<major.minor.path>`. Such `just release v0.1.7`.
- Check if [Continuous Integration][ci] workflow is completed successfully.
- Push the tags: `git push --tags`

<!-- dprint-ignore-start -->

[ci]: https://github.com/azzamsa/pluum-of-rust/actions/workflows/ci.yml

<!-- dprint-ignore-end -->