Skip to content

Commit

Permalink
release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacronemeyer committed Aug 12, 2023
1 parent f539048 commit c4e51c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# History

## unreleased
## v0.9.7

- Fix `frozen?` to return false when traveling or scaled (TKTK)
- Reduce memory usage ([#404](https://github.com/travisjeffery/timecop/pull/404))
- Better support for commercial and week-based date formats([#406](https://github.com/travisjeffery/timecop/pull/406))

## v0.9.6

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.6"
VERSION = "0.9.7"
end

0 comments on commit c4e51c1

Please sign in to comment.