We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af424f commit 50be942Copy full SHA for 50be942
CHANGELOG.md
@@ -1,11 +1,23 @@
1
-## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.17...main) ##
+## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.17.1...main) ##
2
3
### Added
4
5
### Changed
6
7
### Fixed
8
9
+### Removed
10
+
11
12
+## [0.17.1](https://github.com/rubycdp/ferrum/compare/v0.17...0.17.1) (May 11, 2025) ##
13
14
+### Added
15
16
+### Changed
17
18
+### Fixed
19
20
+- Can't use single quotes in screenshot :selector [#465]
21
- `remote_debug_url` for modern Chrome returns chrome-devtools-frontend.appspot.com absolute url
22
23
### Removed
lib/ferrum/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Ferrum
- VERSION = "0.17"
+ VERSION = "0.17.1"
end
0 commit comments