Releases: fspoettel/advent-of-code-rust
Releases · fspoettel/advent-of-code-rust
v0.7.0
What's Changed
- compatibility with latest aoc-cli release (v.0.5.0). if you are updating an existing repo, run:
cargo install aoc-cli --version 0.5.0
- chore: add
publish=false
by @tguichaoua in #9 - chore: remove
hashbrown
crate suggestion by @tguichaoua in #10
New Contributors
- @tguichaoua made their first contribution in #9
Full Changelog: v0.6.3...v0.7.0
v0.6.3
- compatibility with latest
aoc-cli
release (v.0.4.0) @peteanning
v0.6.2
v0.6.1
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
- add canonical
helpers
module for extracted aoc code. - make readme stars action opt-in via
AOC_ENABLED
secret. this avoids spammy workflow failures and saves CI time when not working actively on aoc. - extract optional features section and add useful crates in docs.