Skip to content

Commit ac0b006

Browse files
committed
Version bump
1 parent 104d8e0 commit ac0b006

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### Unreleased
22

3+
### 3.0.1
4+
5+
* Fix `timeout_if_open_connections` when false
6+
* Depend only on `actionpack`
7+
38
### 3.0.0
49

510
* BREAKING CHANGE: `:base_url` has been removed in favour of `:display_url`. These aren't the same. The `:display_url` is intended to be the address of the page as a browser would normally see it. Relative paths in the `:html` are interpreted in light of this.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ferrum_pdf (3.0.0)
4+
ferrum_pdf (3.0.1)
55
actionpack (>= 6.0.0)
66
ferrum (~> 0.15)
77

lib/ferrum_pdf/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module FerrumPdf
2-
VERSION = "3.0.0"
2+
VERSION = "3.0.1"
33
end

0 commit comments

Comments
 (0)