How to release: - Update all changelogs - Run `cargo run --bin update_badges -p scripts` to update badges - Run either - `cargo release minor --workspace` to release a new minor for all crates (useful on egui updates) - `cargo release -p ` to release a new version for a single crate - Confirm that all listed crates have a updated changelog with matching versions - Run the release command with --execute