Skip to content

Commit 107bf85

Browse files
authored
Bump up (#299)
1 parent 4fa8126 commit 107bf85

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
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

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ require "bundler/gem_tasks"
55
require "rspec/core/rake_task"
66

77
RSpec::Core::RakeTask.new("test") do |t|
8-
t.ruby_opts = "-w"
98
t.rspec_opts = "--format=documentation" if ENV["CI"]
109
end
1110

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)