wini 0.2.0

CLI utility for wini
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Release process

1. Update the version in Cargo.toml

2. Update dependencies: `cargo update`

3. cargo test

4. cargo +nightly fmt

5. cargo clippy

6. git tag -a vMAJOR.MID.MINOR -m "wini-cli: v"

7. git push

8. cargo publish