whitequark / parser

A Ruby parser.
Other
1.59k stars 199 forks source link

* Bump maintenance branches to 3.1.3, 3.0.5, 2.7.7 #886

Closed koic closed 1 year ago

koic commented 1 year ago

These Rubies have been released.

Ruby 3.1 branch

Bump 3.1 branch from 3.1.2 to 3.1.3

https://github.com/ruby/ruby/compare/v3_1_2...v3_1_3

3 commits have been backported.

The following backport is for testing only, just like #880.

The following two seem to have no corresponding commits in the parser gem for porting.

So, there seems to be no change to the backport syntax.

Ruby 3.0 branch

Bump 3.0 branch from 3.0.4 to 3.0.5

https://github.com/ruby/ruby/compare/v3_0_4...v3_0_5

No backport commits. So, there seems to be no change to the syntax.

Ruby 2.7 branch

Bump 2.7 branch from 2.7.6 to 2.7.7

https://github.com/ruby/ruby/compare/v2_7_6...v2_7_7

The following backport appear to have no effect on syntax.

So, there seems to be no change to the syntax.

koic commented 1 year ago

I will change the PR from "Draft" to "Ready for review" when CI is ready for new Ruby versions.

koic commented 1 year ago

The new Ruby versions activated and passed on CI. https://github.com/ruby/setup-ruby/releases/tag/v1.126.0

iliabylich commented 1 year ago

Thanks! I'll release a new version.

iliabylich commented 1 year ago

3.1.3.0 has been released.

koic commented 1 year ago

Thank you!