Skip to content

Commit 299db59

Browse files
committed
Bump version to 0.2.0
1 parent f1b4b17 commit 299db59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [Unreleased]
1+
## [0.2.0] - 2025-03-06
22

3-
- Drop ruby 2.7 support
3+
- Drop Ruby 3.0 support
44

55
## [0.1.0] - 2022-12-09
66

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
capybara_mock (0.1.0)
4+
capybara_mock (0.2.0)
55
rack (>= 2.2.0)
66

77
GEM

lib/capybara_mock/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CapybaraMock
4-
VERSION = '0.1.0'
4+
VERSION = '0.2.0'
55
end

0 commit comments

Comments
 (0)