Skip to content

Commit 9c55f23

Browse files
authored
Merge pull request #126 from thinreports/release-0.13.0
Version 0.13.0
2 parents 40a3418 + 4009733 commit 9c55f23

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
## main (Unreleased)
22

3+
## 0.13.0
4+
35
Breaking Changes:
46

5-
* Drop Ruby 2.5,2.6,JRuby support
6-
* Drop Prawn 2.2, 2.3 support
7-
* Moved Basic Format implementation to `Thinreports::BasicReport` namespace
8-
* `Thinreports::Report` and `Thinreports::Layout` are defined as aliases for `Thinreports::BasicReport::Report` and `Thinreports::BasicReport::Layout` respectively, but other than those Can be a destructive change if you rely on internal implementations
7+
* Drop Ruby 2.5,2.6,JRuby support
8+
* Drop Prawn 2.2, 2.3 support
9+
* Moved Basic Format implementation to `Thinreports::BasicReport` namespace
10+
* `Thinreports::Report` and `Thinreports::Layout` are defined as aliases for `Thinreports::BasicReport::Report` and `Thinreports::BasicReport::Layout` respectively, but other than those can be a destructive change if you rely on internal implementations
911

1012
Enhancements:
1113

12-
* Add Ruby 3.1, 3.2 support
13-
* Allow any string to be set to the title attribute of the PDF document metadata #125
14+
* Allow any string to be set to the title attribute of the PDF document metadata #125
15+
* Add Ruby 3.1, 3.2 support
1416

1517
Notes:
1618

lib/thinreports/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Thinreports
4-
VERSION = '0.12.1'
4+
VERSION = '0.13.0'
55
end

0 commit comments

Comments
 (0)