Skip to content

Commit

Permalink
prepare release 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacronemeyer committed Jun 1, 2024
1 parent 3a0b567 commit 69405ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Unreleased

- Add `travelled?` and `scaled?` methods to allow checking if Timecop is in their respective states ([#414](https://github.com/travisjeffery/timecop/pull/414))

## v0.9.9

- Add `travelled?` and `scaled?` methods to allow checking if Timecop is in their respective states ([#414](https://github.com/travisjeffery/timecop/pull/414))
- Fix cases with DateTime parse not working right ([#415](https://github.com/travisjeffery/timecop/pull/415))
- Fix another case where DateTime parse not working right ([#417](https://github.com/travisjeffery/timecop/pull/417))
- Support travel and freeze for Process.clock_gettime ([#419](https://github.com/travisjeffery/timecop/pull/419))

## v0.9.8

Expand Down
2 changes: 1 addition & 1 deletion lib/timecop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Timecop
VERSION = "0.9.8"
VERSION = "0.9.9"
end

0 comments on commit 69405ac

Please sign in to comment.