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

Commit 50e6377

Browse files
committed
Release v0.9.0
1 parent 1c83d7f commit 50e6377

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

History.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# History
2+
3+
## v0.9.0
4+
5+
- add thread_safe option (#184)
6+
- in safe mode, when already frozen, allow traveling with no block (#202)
7+
- using Time.travel with a string should AS' Time.zone class (#170)
8+
- fix Timecop being ignored when Date.parse infers year (#171, #158, #133)

lib/timecop/version.rb

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

timecop.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Gem::Specification.new do |s|
2727
"lib/timecop/time_stack_item.rb",
2828
"lib/timecop/version.rb",
2929
"lib/timecop/timecop.rb",
30-
"test/run_tests.sh",
3130
"test/test_helper.rb",
3231
"test/time_stack_item_test.rb",
3332
"test/timecop_test.rb",

0 commit comments

Comments
 (0)