Skip to content

Commit

Permalink
release 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacronemeyer committed Feb 10, 2021
1 parent 864a0cb commit 426e6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# History

## v0.9.4
- Add ruby 3.1 support (#288)
## v0.9.3

- Fix returning to previous date after block when `Timecop.thread_safe = true` (#216)
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.3"
VERSION = "0.9.4"
end

0 comments on commit 426e6b7

Please sign in to comment.