Skip to content

Commit

Permalink
release a fix for recent change
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacronemeyer committed Aug 14, 2023
1 parent bad7c38 commit 871c355
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

## v0.9.8

- Revert Reduce memory usage ([#404](https://github.com/travisjeffery/timecop/pull/404))
- More better support for commercial and week-based date formats([#408](https://github.com/travisjeffery/timecop/pull/408))

## v0.9.7

- Fix `frozen?` to return false when traveling or scaled (TKTK)
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.7"
VERSION = "0.9.8"
end

0 comments on commit 871c355

Please sign in to comment.