From 38d5d2258ed725eed7a9385142d191bf8213e4ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:38:36 +0000 Subject: [PATCH 1/2] chore(master): release roo 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/roo/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3a98a64..d4f6f299 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.10.1" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 91440ec2..3762948c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,13 @@ - Roo::Utils.split_coordinate is deprecated [458](https://github.com/roo-rb/roo/pull/458) - Roo::Excelx::Cell::Base#link is deprecated [457](https://github.com/roo-rb/roo/pull/457) +## [3.0.0](https://github.com/roo-rb/roo/compare/roo-v2.10.1...roo/v3.0.0) (2025-10-01) + + +### Miscellaneous Chores + +* release 3.0.0 ([82619d3](https://github.com/roo-rb/roo/commit/82619d33929fd51411d173fbedd8a9c8136b4f72)) + ## [2.7.1] 2017-01-03 ### Fixed - Fixed regression where a CSV's encoding was being ignored [372](https://github.com/roo-rb/roo/pull/372) diff --git a/lib/roo/version.rb b/lib/roo/version.rb index 7889de7e..3adf0b75 100644 --- a/lib/roo/version.rb +++ b/lib/roo/version.rb @@ -1,3 +1,3 @@ module Roo - VERSION = "2.10.1" + VERSION = "3.0.0" end From 4ec684d59216a97153086a3cd65d698c9f79b3d5 Mon Sep 17 00:00:00 2001 From: Oleksandr Simonov Date: Wed, 1 Oct 2025 11:41:32 +0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3762948c..1f8e9a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Unreleased + +## [3.0.0](https://github.com/roo-rb/roo/compare/roo-v2.10.1...roo/v3.0.0) (2025-10-01) + +### Miscellaneous Chores + +* release 3.0.0 ([82619d3](https://github.com/roo-rb/roo/commit/82619d33929fd51411d173fbedd8a9c8136b4f72)) + ### Changed/Added - Add dependencies for `csv` and `base64` if Ruby version higher or equal 3.4 [616](https://github.com/roo-rb/roo/pull/616) @@ -88,13 +95,6 @@ - Roo::Utils.split_coordinate is deprecated [458](https://github.com/roo-rb/roo/pull/458) - Roo::Excelx::Cell::Base#link is deprecated [457](https://github.com/roo-rb/roo/pull/457) -## [3.0.0](https://github.com/roo-rb/roo/compare/roo-v2.10.1...roo/v3.0.0) (2025-10-01) - - -### Miscellaneous Chores - -* release 3.0.0 ([82619d3](https://github.com/roo-rb/roo/commit/82619d33929fd51411d173fbedd8a9c8136b4f72)) - ## [2.7.1] 2017-01-03 ### Fixed - Fixed regression where a CSV's encoding was being ignored [372](https://github.com/roo-rb/roo/pull/372)