Skip to content

Commit 1edd5d8

Browse files
authored
Technical/Update gem version (#5)
* Updated gem version * Updated changelog
1 parent e7fd42a commit 1edd5d8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [0.2.0] - 2024-11-04
6+
7+
### Added
8+
9+
- Added support of Ruby 2.4
10+
- Added support of RSpec 3.10
11+
512
## [0.1.0] - 2024-11-04
613

714
### Added

lib/rspec/mock/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RSpec
44
module Mock
5-
VERSION = '0.1.0'
5+
VERSION = '0.2.0'
66
end
77
end

0 commit comments

Comments
 (0)