### v0.6.0 - Linked the changelog file - Improved the documentation - Added the local_now function - Added the get_local_day function - Added the get_local_hour function - Added the get_local_month function - Added the get_local_year function - Added the format_local_ts function - Moved the get_minute, get_second, get_millis and get_nanos functions from the utc module to the calc module ### v0.5.0 - Added the calc module - Added the calc_week function - Renamed the calculate_date function to calc_date - Moved the calculate_date (now calc_date) from the utc module to the calc module - Moved the duration_since, get_day_name, get_month_name, and is_leap_year functions from the utc module to the calc module - Improved the documentation ### v0.4.0 - Added the local module - Added the local_ts_nanos function - Added the local_ts_millis function - Added the local_ts_sec function - Added the tz module - Added the tz_number function - Added the tz_string function ### v0.3.0 - Added the format_utc_ts function ### v0.2.0 - Improved the documentation ### v0.1.0 - Added the utc module ### v0.0.0 - init