# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [unreleased] ## [0.1.3] - 2023.07.02 ### Added - Option to output space separated output. Makes calendar weeks easier to parse. ## [0.1.2] - 2023.07.02 ### Added - Can look up all calendar weeks in current year - Can look up all calendar weeks in given year ## [0.1.1] - 2023.07.01 ### Added - Can look up all calendar weeks in current month and current year - Can look up all calendar weeks in a certain monthin and current year - Can look up all calendar weeks in a certain monthin and certain year ## [0.1.0] - 2023.06.30 ### Added - Can look up calendar week of today - Can look up calendar week of a given date [unreleased]: https://github.com/BoolPurist/week_calendar_cli/compare/v0.1.3...HEAD [0.1.3]: https://github.com/BoolPurist/week_calendar_cli/releases/tag/v0.1.3 [0.1.2]: https://github.com/BoolPurist/week_calendar_cli/releases/tag/v0.1.2 [0.1.1]: https://github.com/BoolPurist/week_calendar_cli/releases/tag/v0.1.1 [0.1.0]: https://github.com/BoolPurist/week_calendar_cli/releases/tag/v0.1.0