chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.75k stars 410 forks source link

Bump version number to 2.0.1 #24902

Closed bradcray closed 2 weeks ago

bradcray commented 3 weeks ago

This bumps the version number to 2.0.1 and is intended for the 2.0 branch only.

bradcray commented 3 weeks ago

@arezaii : Looking for a check—am I correct that this should be all that's necessary to change the version number for chpl these days?

arezaii commented 3 weeks ago

Mostly. This will work to update the version in chpl and chpldoc, but there are a few helper files that you should consider:

I used https://github.com/chapel-lang/chapel/pull/24646 and the linked PRs in it for reference

bradcray commented 3 weeks ago

Thanks @arezaii! I was thinking test didn't need to be updated since it wouldn't be in the release and had forgotten that so many of the docs were sensitive to all three version numbers. I wonder whether we should chop some of those down to just x.y (not here, but back on main for the future) in the sense that the man pages shouldn't be super-sensitive to the patch version. I'd be curious if you have thoughts about that.

arezaii commented 3 weeks ago

I would be fine with dropping the patch and just formatting the man pages with major.minor

bradcray commented 2 weeks ago

Thanks @arezaii — Would you have time to review this PR?