Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

52 lines (32 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • First week number is accosted with a last week of the previous year according to the ISO 8601.

Added

  • Implemented a new CLI subcommand "week-number". It does the following things
    • Allowing conversion to of a week number to its corresponding week.
    • Allowing conversion to of 2 week numbers, one as start, the other as the end to their corresponding week.

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