Current section

Files

Jump to
aoc CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
## [0.16.2] - 2025-12-09
### πŸ› Bug Fixes
- Use correct timezone for default day in CLI options
## [0.16.0] - 2025-11-23
### πŸš€ Features
- Limit to day 12 in 2025
### πŸ“š Documentation
- Fixed command docs in README.md
## [0.15.0] - 2025-04-16
### βš™οΈ Miscellaneous Tasks
- Update dependabot config (#11)
## [0.14.0] - 2025-01-08
### πŸ› Bug Fixes
- Ensure aoc.run will run both parts in separate processes
### βš™οΈ Miscellaneous Tasks
- Update dependabot config (#3)
- Update CI config (#4)
## [0.13.1] - 2024-11-27
### βš™οΈ Miscellaneous Tasks
- Updated readme
## [0.13.0] - 2024-11-22
### πŸš€ Features
- Use Elixir config to configure comments generation
### βš™οΈ Miscellaneous Tasks
- Upgrade guide in README
## [0.12.0] - 2024-11-18
### πŸš€ Features
- Write .gitignore file when downloading inputs
- Generate zero-padded modules names and files
- Mix aoc.set will not reset unspecified values by default
- Generate user modules using modkit mounts
- README guide for newcomers
### πŸ“š Documentation
- Rewrite documentation of commands
- Generate commands docs in README.md
### βš™οΈ Miscellaneous Tasks
- Upgrade all dependencies
- Simplify year/day defaults description
- Fix dialyzer warnings
## [0.11.5] - 2024-01-02
### πŸš€ Features
- Added AoC.Permutations tool
## [0.11.4] - 2023-12-31
### πŸš€ Features
- Added the AoC.Rect module to work with rectangle in grids
## [0.11.3] - 2023-12-30
### βš™οΈ Miscellaneous Tasks
- Fix debug
## [0.11.2] - 2023-12-30
### βš™οΈ Miscellaneous Tasks
- Added github URL in user agent
- Use new cli_mate defaults
## [0.11.1] - 2023-12-22
### πŸš€ Features
- Added format_map to grid
- The part_two function will be commented out in generated solution
## [0.11.0] - 2023-12-21
### βš™οΈ Miscellaneous Tasks
- Fixed error reporting, added test flags
## [0.10.0] - 2023-12-08
### πŸš€ Features
- Mix aoc.url
- Print created modules paths on their own line
### βš™οΈ Miscellaneous Tasks
- Bump vsn in README.md
## [0.7.0] - 2023-12-05
### βš™οΈ Miscellaneous Tasks
- Change generated test ordering
## [0.2.0] - 2023-12-01