Skip to content

Commit f84047c

Browse files
committed
Bump up
1 parent 4a0cb21 commit f84047c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.15.1...main) ##
1+
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.16...main) ##
22

33
### Added
44

@@ -9,6 +9,21 @@
99
### Removed
1010

1111

12+
## [0.16](https://github.com/rubycdp/ferrum/compare/0.16) - (May 10, 2025) ##
13+
14+
### Added
15+
16+
### Changed
17+
18+
- `wait_for_network_idle` doesn't raise error, instead simply returns `nil`
19+
20+
### Fixed
21+
22+
- Assigning broken unicode to a node directly from JS can lead to `JSON::ParserError: incomplete surrogate pair at ...` error
23+
24+
### Removed
25+
26+
1227
## [0.15.1](https://github.com/rubycdp/ferrum/compare/v0.15...0.15.1) - (Jun 15, 2024) ##
1328

1429
### Added

lib/capybara/cuprite/version.rb

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

33
module Capybara
44
module Cuprite
5-
VERSION = "0.15.1"
5+
VERSION = "0.16"
66
end
77
end

0 commit comments

Comments
 (0)