Skip to content

Commit aa759aa

Browse files
committed
Bump htp to 0.4.0
* add "tomorrow" time clue * support "/"-separated dates such as 2021/12/25
1 parent d3aa648 commit aa759aa

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
* Bump `htp` to `0.4.0` cf [htp changelog](https://github.com/PicoJr/htp/blob/master/CHANGELOG.md)
11+
812
## [2.3.0](https://crates.io/crates/rtw/2.3.0) Apr 24, 2021
913

1014
* Doc add starship prompt instructions

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
dirs-next = "2.0.0"
2323
chrono = { version = "0.4", features = ["serde"] }
24-
htp = "0.2.1"
24+
htp = "0.4.0"
2525
config = "0.10.1"
2626
ansi_term = "0.12.1"
2727
term_size = "0.3.2"

0 commit comments

Comments
 (0)