bootit 0.4.0

Lightweight Boot Selector
1
2
3
4
5
6
7
8
9
10
11
12
13
# Contribution

thx

## Version Control
We use Git + SemVer.

### Bump Version
1. Update version in `Cargo.toml`
2. Commit with message `chore: bump version to x.y.z`
3. Tag the commit with `vX.Y.Z`
4. Change log in `CHANGELOG.md`
5. Push commit and tag to remote