# 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). ## [0.4.0](https://crates.io/crates/htp/0.4.0) Sep 18, 2021 * Add `tomorrow` ([#2](https://github.com/PicoJr/htp/pull/2) by [@geobert](https://github.com/Geobert)) * Add `parse_time_clue` and `evaluate_time_clue` ([#3](https://github.com/PicoJr/htp/pull/3) by [@geobert](https://github.com/Geobert)) * Add support for `/`-separated dates such as `2020/25/12` ([#4](https://github.com/PicoJr/htp/pull/4) by [@geobert](https://github.com/Geobert)) ## [0.3.0](https://crates.io/crates/htp/0.3.0) Jul 7, 2021 * Add `in ` time clue ([#1](https://github.com/PicoJr/htp/pull/1) by [@bmoelk](https://github.com/bmoelk)) ## [0.2.1](https://crates.io/crates/htp/0.2.1) Jul 12, 2020 * Fix `next ` evaluation. * Add test ## [0.2.0](https://crates.io/crates/htp/0.2.0) Jul 05, 2020 * Add am,pm * Add weekdays and quantifiers short aliases ## [0.1.0](https://crates.io/crates/htp/0.1.0) Jul 04, 2020 * Add `parse` * Add `examples` * Add `README`, `LICENSE`, `CHANGELOG`