Skip to content

Commit

Permalink
🔖 version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ianardee authored Jan 12, 2023
1 parent 2b0e368 commit 1f148d1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
steps:
- uses: actions/checkout@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.1.0
-----
* Add page deletion methods
* Add running tests on Ruby 3.2

3.0.0
-----
* Replaced Colorize with Rainbow for LGPL compatibility
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Origami is able to parse PDF, FDF and PPKLite (Adobe certificate store) files.

Requirements
------------
The following Ruby versions are tested and supported: 2.6, 2.7, 3.0, 3.1
The following Ruby versions are tested and supported: 2.6, 2.7, 3.0, 3.1, 3.2

Some optional features require additional gems:

Expand Down
4 changes: 3 additions & 1 deletion lib/origami/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

=begin
This file is part of Origami, PDF manipulation framework for Ruby
Expand All @@ -19,5 +21,5 @@
=end

module Origami
VERSION = "3.0.0"
VERSION = '3.1.0'
end

0 comments on commit 1f148d1

Please sign in to comment.