Skip to content

Commit

Permalink
Merge pull request #38 from PicoJr/feat-human-time-parser
Browse files Browse the repository at this point in the history
fix #37, replace chrono-english with htp
  • Loading branch information
PicoJr authored Jul 5, 2020
2 parents c2765cc + f613b3d commit f28a7f3
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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

* Replace `chrono-english` with `htp`.
* Fix [#37](https://github.com/PicoJr/rtw/issues/37)

## [1.5.0](https://crates.io/crates/rtw/1.5.0) Jun 21, 2020

* add `completion <shell>` command.
Expand Down
175 changes: 153 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dirs = "2.0"
chrono = { version = "0.4", features = ["serde"] }
chrono-english = "0.1.4"
htp = "0.2.0"
config = "0.10.1"
ansi_term = "0.12.1"
term_size = "0.3.2"
Expand Down
Loading

0 comments on commit f28a7f3

Please sign in to comment.