# update Cargo.toml
# update changelog
# update changelog date
# update changelog link
cargo clean
git tag -l
git tag 0.1.0
cargo package
cargo publish
git push --tags origin
git push --tags github
