We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f539048 commit c4e51c1Copy full SHA for c4e51c1
History.md
@@ -1,8 +1,10 @@
1
# History
2
3
-## unreleased
+## v0.9.7
4
5
- 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))
8
9
## v0.9.6
10
lib/timecop/version.rb
@@ -1,3 +1,3 @@
class Timecop
- VERSION = "0.9.6"
+ VERSION = "0.9.7"
end
0 commit comments