We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b9354 commit 7ae00e7Copy full SHA for 7ae00e7
CHANGELOG.md
@@ -1,4 +1,15 @@
1
-## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.13...main) ##
+## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.14...main) ##
2
+
3
+### Added
4
5
+### Changed
6
7
+### Fixed
8
9
+### Removed
10
11
12
+## [0.14](https://github.com/rubycdp/ferrum/compare/v0.13...v0.14) - (Sep 14, 2023) ##
13
14
### Added
15
- `Ferrum::Page#device_pixel_ratio` returns the ratio of the resolution in physical pixels to the
lib/ferrum/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Ferrum
- VERSION = "0.13"
+ VERSION = "0.14"
end
0 commit comments