Skip to content

Commit 09ccef2

Browse files
committed
Version bump
1 parent ade9c94 commit 09ccef2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

3+
### 2.0.0
4+
35
* Replace controller methods with a Rails renderer
46

57
This provides a much cleaner and better named Rails integration. You can pass options directly into the `render` method which will render the PDF or screenshot and pass it along to `send_data` for you.
@@ -36,8 +38,6 @@
3638
end
3739
```
3840

39-
40-
4141
* [Breaking] Remove assets helper config option. This will always be included by default.
4242

4343
### 1.0.0

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 (1.0.0)
4+
ferrum_pdf (2.0.0)
55
ferrum (~> 0.15)
66
rails (>= 6.0.0)
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 = "1.0.0"
2+
VERSION = "2.0.0"
33
end

0 commit comments

Comments
 (0)