Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Dec 6, 2022
1 parent a6f32a5 commit f328017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CHANGELOG.md


## fugit 1.8.0 not yet released
## fugit 1.8.0 released 2022-12-06

* Introduce Fugit.parse_cronish and .do_parse_cronish, gh-70

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ Fugit.parse_cronish('12y12M') # ==> nil

`.do_parse_cronish(s)` will return a `Fugit::Cron` instance or else fail with an `ArgumentError`.

Introduced in fugit 1.8.0.

## `Fugit::Cron`

A class `Fugit::Cron` to parse cron strings and then `#next_time` and `#previous_time` to compute the next or the previous occurrence respectively.
Expand Down

0 comments on commit f328017

Please sign in to comment.