Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 68b0339

Browse files
committed
Release v0.9.1
1 parent 1b32cb0 commit 68b0339

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

History.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## v0.9.1
4+
5+
- fix Date.parse when month/year only given (#206)
6+
37
## v0.9.0
48

59
- add thread_safe option (#184)

lib/timecop/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Timecop
2-
VERSION = "0.9.0"
2+
VERSION = "0.9.1"
33
end

0 commit comments

Comments
 (0)