Skip to content

Commit 988e90c

Browse files
committed
Version 0.14.0
1 parent ff423c0 commit 988e90c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.14.0
4+
35
* Drop Ruby 2.7 support
6+
* Fix LoadError: cannot load such file -- matrix #131
47

58
## 0.13.1
69

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.13.1'
4+
VERSION = '0.14.0'
55
end

0 commit comments

Comments
 (0)