Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Dec 14, 2014
1 parent 3e00c1c commit ce5b17d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pdf-forms (0.5.8)
pdf-forms (0.6.0)

GEM
remote: https://rubygems.org/
Expand Down
7 changes: 7 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
== 0.6.0 2014-12-14

* introduce Field#to_hash
* camelCased field attributes are now underscored
* new default field attributes name_alt and max_length
* thanks to @adelevie !

== 0.5.8 2014-08-07

* Fix bug when encrypting with allow options but without explicit password, thanks to @djohnson
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 = '0.5.8'
VERSION = '0.6.0'
end

0 comments on commit ce5b17d

Please sign in to comment.