Skip to content

Commit 1b007dd

Browse files
committed
Version bump
1 parent 95bad21 commit 1b007dd

File tree

3 files changed

+15
-20
lines changed

3 files changed

+15
-20
lines changed

.travis.yml

-19
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## Unreleased
22

3+
## [2.9.0] 2022-03-19
4+
5+
### Changed/Added
6+
- Ruby 3.x Support [555](https://github.com/roo-rb/roo/pull/555)
7+
- Ignore all richdata at 'xl/richData' of XSLX [552](https://github.com/roo-rb/roo/pull/552)
8+
- Only copy if cell is present when `expand_merged_ranges: true` [557](https://github.com/roo-rb/roo/pull/557)
9+
- Fixes issue where the contents of hidden sheet was returned when parsing visible sheets only. [536](https://github.com/roo-rb/roo/pull/536)
10+
- Add formats [525](https://github.com/roo-rb/roo/pull/525)
11+
- Fix warnings caused by Ruby 2.7 update [530](https://github.com/roo-rb/roo/pull/530)
12+
- Add formats [525](https://github.com/roo-rb/roo/pull/525)
13+
14+
### Removed
15+
- Support for ruby 2.4, 2.5, 2.6(excluded jRuby)
16+
317
## [2.8.3] 2020-02-03
418
### Changed/Added
519
- Updated rubyzip version. Now minimal version is 1.3.0 [515](https://github.com/roo-rb/roo/pull/515) - [CVE-2019-16892](https://github.com/rubyzip/rubyzip/pull/403)

lib/roo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Roo
2-
VERSION = "2.8.3"
2+
VERSION = "2.9.0"
33
end

0 commit comments

Comments
 (0)