Skip to content

Commit

Permalink
Prepare 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Jan 19, 2023
1 parent 721aab9 commit 510fa2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# CHANGELOG.md


## fugit 1.8.1 not yet released

* Fix for month subtraction, gh-84, @mreinsch
* Fix duration - time, gh-85, @mreinsch


## fugit 1.8.0 released 2022-12-06

* Introduce Fugit.parse_cronish and .do_parse_cronish, gh-70
Expand Down
2 changes: 1 addition & 1 deletion lib/fugit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module Fugit

VERSION = '1.8.0'
VERSION = '1.8.1'
end

require 'time'
Expand Down

0 comments on commit 510fa2d

Please sign in to comment.