Skip to content

Commit 70e63c8

Browse files
committed
v0.17.3
1 parent e4dd7c4 commit 70e63c8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [v0.17.3]
2+
- Relax `required_ruby_version` to support Ruby 4.0
3+
- Bump cucumber, rubocop, actions/checkout
14

25
## [v0.17.2] - 2024-10-06
36

lib/contracts/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Contracts
4-
VERSION = "0.17.2"
4+
VERSION = "0.17.3"
55
end

0 commit comments

Comments
 (0)