Skip to content

Commit 1a63a53

Browse files
committed
0.13.1: Fix Ruby 2.x compatibility
1 parent 5b890ed commit 1a63a53

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 0.13.1 - 2024-10-11
11+
1012
### Fixed
1113

1214
- Compatibility with Ruby 2.x, broken in 0.13.0 due to differences of keywords handling in Ruby 2.x for case when method has arguments with default values. [@Envek]

lib/yabeda/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 Yabeda
4-
VERSION = "0.13.0"
4+
VERSION = "0.13.1"
55
end

0 commit comments

Comments
 (0)