From ac52ce960c681b1fa0bb9d448fc3d6a7e761f3a9 Mon Sep 17 00:00:00 2001 From: Dmitry Vorotilin Date: Sat, 17 Feb 2024 14:06:37 +0300 Subject: [PATCH] Bump up --- CHANGELOG.md | 19 +++++++++++++++---- lib/ferrum/version.rb | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ebbf6d9..c237483f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ -## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.14...main) ## +## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.15...main) ## ### Added -- `Ferrum::Page#disable_javascript` disables the JavaScript from the HTML source -- `Ferrum::Page#set_viewport` emulates the viewport -- `Ferrum::Downloads` + +### Changed + +### Fixed + +### Removed + + +## [0.15](https://github.com/rubycdp/ferrum/compare/v0.14...v0.15) ## + +### Added +- `Ferrum::Page#disable_javascript` disables the JavaScript from the HTML source [#407] +- `Ferrum::Page#set_viewport` emulates the viewport [#406] +- `Ferrum::Downloads` [#416] - `#files` information about downloaded files - `#wait` wait for file download to be completed - `#set_behavior` where and whether to store file diff --git a/lib/ferrum/version.rb b/lib/ferrum/version.rb index 77e0a659..3d9939d6 100644 --- a/lib/ferrum/version.rb +++ b/lib/ferrum/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Ferrum - VERSION = "0.14" + VERSION = "0.15" end