ruby / csv

CSV Reading and Writing
https://ruby.github.io/csv/
BSD 2-Clause "Simplified" License
177 stars 113 forks source link

New release for Ruby 3.2 #268

Closed hsbt closed 1 year ago

hsbt commented 1 year ago

@kou

👋 Can you cut the release from master or development branch for the Ruby 3.2 release? We have a plan to 3.2.0-rc1 at 12/5 or 12/6 and the final release at 12/25.

We synced the master branch of csv, fiddle, rexml, rss, stringio and strscan. They're also not released version. Can you also handle them? Thanks.

hsbt commented 1 year ago

Ah, rexml and rss are already bundled gems. It's unnecessary to release at this time.

kou commented 1 year ago

OK. I'll do it. It may not be finished for 3.2.0-rc1 but must be finished for 3.2.0.

kou commented 1 year ago

csv: Done.

kou commented 1 year ago

fiddle: Done.

kou commented 1 year ago

stringio: Done but we may need to release one more version: https://github.com/ruby/stringio/pull/26

kou commented 1 year ago

strscan: Done.

hsbt commented 1 year ago

@kou Thanks! I'll organize them for Ruby 3.2 at https://github.com/ruby/ruby/pull/6890