gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
426 stars 116 forks source link

Update ANNOUNCE for 2.2.1 #282

Closed qmfrederik closed 3 months ago

qmfrederik commented 4 months ago

This updates ANNOUNCE for 2.2.1 and copies the current contents to ANNOUNCE.2.2. I couldn't find anything 2.3-specific in ANNOUNCE (https://github.com/gnustep/libobjc2/issues/281#issuecomment-1967071728), sorry if I missed that.

I'm not too familiar with the release process in this repo, so all feedback is welcome.

Released to #281

davidchisnall commented 3 months ago

Sorry for the delay. The target of this needs to be the 2.2 branch and we need to cherry pick all of the things that we want in 2.2.1 into the 2.2 branch. We then do a release by creating a v2.2.1 tag from the head of the 2.2 branch.

qmfrederik commented 3 months ago

@davidchisnall I think you want everything from main into the 2.2 branch. Can you review the commit list in this PR and let me know if there's anything you'd prefer to drop?

davidchisnall commented 3 months ago

Draft release here:

https://github.com/gnustep/libobjc2/releases/edit/untagged-debddff89ebe8e9e6160

Feel free to hit the publish button if you're happy with it!

qmfrederik commented 3 months ago

Thanks @davidchisnall !

qmfrederik commented 3 months ago

Here's the PR to get it included in MSYS2: https://github.com/msys2/MINGW-packages/pull/20406