Skip to content

Commit c4e51c1

Browse files
release 0.9.7
1 parent f539048 commit c4e51c1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

History.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# History
22

3-
## unreleased
3+
## v0.9.7
44

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

79
## v0.9.6
810

lib/timecop/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Timecop
2-
VERSION = "0.9.6"
2+
VERSION = "0.9.7"
33
end

0 commit comments

Comments
 (0)