Skip to content

Commit

Permalink
Prepare 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
larsch committed Mar 22, 2020
1 parent ce73779 commit 893fe88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
=== 1.3.11

* Support Ruby 2.2-2.7
* Add ruby2_keywords.rb to ignored modules
* Update lzma.exe to version 19.00
* Workaround for warning about deprecated Object#=~
* Use Fiddle instead of Win32API
* Fix for invalid argument to relative_path_from

=== 1.3.10

* Reduce memory usage while building & compressing (avoids out of
Expand Down
2 changes: 1 addition & 1 deletion lib/ocra.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Ocra
VERSION = '1.3.10'
VERSION = '1.3.11'
end

0 comments on commit 893fe88

Please sign in to comment.