Skip to content

Commit

Permalink
v1.3.0, update ruby versions in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Oct 7, 2020
1 parent ff14193 commit cd4c97c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ branches:
- master
language: ruby
rvm:
- 2.5.1
- 2.4.1
- 2.3.1
- 2.2.5
- jruby-9.1.2.0
- 2.7.2
- 2.6.6
- 2.4.10
- jruby-9.2.13.0
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 1.3.0 2020-10-07

* adds support for need_appearances option (thanks @antoshalee)

== 1.2.0 2018-09-06

* added support for drop_xfa and drop_xmp options when filling forms #68
Expand Down
2 changes: 1 addition & 1 deletion lib/pdf_forms/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: UTF-8

module PdfForms
VERSION = '1.2.0'
VERSION = '1.3.0'
end

0 comments on commit cd4c97c

Please sign in to comment.