Skip to content

Commit 500cfd1

Browse files
committed
Mark the gem as v1.0.0
There are no new changes, but the gem can be considered stable and usable as v1.0.0.
1 parent 392d599 commit 500cfd1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [l.0.0] - 2026-02-23
10+
### Changed
11+
- update the gem version to 1.0.0, becuase it is stable and in use
12+
913
## [0.4.0] - 2025-01-31
1014
### Changed
1115
- minimum required Ruby version to 3.1.2, dropping support for 2.x and 3.0

lib/rspec/timecop/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RSpec
44
module Timecop
5-
VERSION = '0.4.0'
5+
VERSION = '1.0.0'
66
end
77
end

0 commit comments

Comments
 (0)