Skip to content

Commit 20d424f

Browse files
chore(master): release 3.0.0 (#634)
1 parent 39e04c8 commit 20d424f

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.10.1"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Unreleased
22

3+
## [3.0.0](https://github.com/roo-rb/roo/compare/v2.10.1...v3.0.0) (2025-10-01)
34

5+
### Miscellaneous Chores
6+
7+
* release 3.0.0 ([82619d3](https://github.com/roo-rb/roo/commit/82619d33929fd51411d173fbedd8a9c8136b4f72))
48

59
### Changed/Added
610

@@ -22,14 +26,14 @@
2226
- Prevent warnings on Ruby 3.1 if finalizer is called twice [586](https://github.com/roo-rb/roo/pull/586)
2327
- Fix Roo::Base#each_with_pagename degraded at [576](https://github.com/roo-rb/roo/pull/576) [583](https://github.com/roo-rb/roo/pull/583)
2428

25-
## [2.10.0] 2023-02-07
29+
## [2.10.0] 2023-02-07
2630

2731
### Changed/Added
2832
- Fix gsub! usage for open office documents on a frozen string [581](https://github.com/roo-rb/roo/pull/581)
2933
- Add support for boolean values in open office files that were generated via Google Sheets [580](https://github.com/roo-rb/roo/pull/580)
3034
- Roo::Base#each_with_pagename returns Enumerator Object [576](https://github.com/roo-rb/roo/pull/576)
3135

32-
## [2.9.0] 2022-03-19
36+
## [2.9.0] 2022-03-19
3337

3438
### Changed/Added
3539
- Ruby 3.x Support [555](https://github.com/roo-rb/roo/pull/555)
@@ -43,23 +47,23 @@
4347
### Removed
4448
- Support for ruby 2.4, 2.5, 2.6(excluded jRuby)
4549

46-
## [2.8.3] 2020-02-03
50+
## [2.8.3] 2020-02-03
4751
### Changed/Added
4852
- 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)
4953

50-
## [2.8.2] 2019-02-01
54+
## [2.8.2] 2019-02-01
5155
### Changed/Added
5256
- Support range cell for Excelx's links [490](https://github.com/roo-rb/roo/pull/490)
5357
- Skip `extract_hyperlinks` if not required [488](https://github.com/roo-rb/roo/pull/488)
5458

5559
### Fixed
5660
- Fixed error for invalid link [492](https://github.com/roo-rb/roo/pull/492)
5761

58-
## [2.8.1] 2019-01-21
62+
## [2.8.1] 2019-01-21
5963
### Fixed
6064
- Fixed error if excelx's cell have empty children [487](https://github.com/roo-rb/roo/pull/487)
6165

62-
## [2.8.0] 2019-01-18
66+
## [2.8.0] 2019-01-18
6367
### Fixed
6468
- Fixed inconsistent column length for CSV [375](https://github.com/roo-rb/roo/pull/375)
6569
- Fixed formatted_value with `%` for Excelx [416](https://github.com/roo-rb/roo/pull/416)

lib/roo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Roo
2-
VERSION = "2.10.1"
2+
VERSION = "3.0.0"
33
end

0 commit comments

Comments
 (0)