overcast 0.1.3

Strongly typed changelogs for projects as changeable as the weather
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env just --justfile

update_expect:
    UPDATE_EXPECT=1 cargo test

update_changelog:
    cargo run --example overcast_changelog --features overcast_changelog > Changelog.md