Skip to content

Commit b18d84b

Browse files
p0dejesandeepsuryaprasad
authored andcommitted
[rb] release 4.29.1
1 parent 8eb3721 commit b18d84b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

rb/CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.29.1 (2025-02-22)
2+
=========================
3+
* [rb] Fix "no anonymous block parameter" in ruby 3.1 (#15315)
4+
15
4.29.0 (2025-02-17)
26
=========================
37
* Add CDP for Chrome 133 and remove 130

rb/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.133.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.30.0.nightly)
6+
selenium-webdriver (4.29.1)
77
base64 (~> 0.2)
88
logger (~> 1.4)
99
rexml (~> 3.2, >= 3.2.5)

rb/lib/selenium/webdriver/version.rb

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

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.30.0.nightly'
22+
VERSION = '4.29.1'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)