We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31c0a3 commit 91161b7Copy full SHA for 91161b7
History.txt
@@ -1,3 +1,8 @@
1
+== 1.5.2 2025-02-22
2
+
3
+* Fix compatibility with Ruby 3.3 and 3.4 by handling frozen string literals
4
+* Update CI to test against Ruby 3.3 and 3.4
5
6
== 1.5.1 2024-06-18
7
8
* Escape double quotes in field names when generating XFDF (thanks @nbroadbent)
lib/pdf_forms/version.rb
@@ -1,3 +1,3 @@
module PdfForms
- VERSION = '1.5.1'
+ VERSION = '1.5.2'
end
0 commit comments