fatfreecrm / fat_free_crm

Ruby on Rails CRM platform
http://www.fatfreecrm.com
Other
3.57k stars 1.32k forks source link

0.23 release or 0.22.1? #1336

Open CloCkWeRX opened 3 weeks ago

CloCkWeRX commented 3 weeks ago

@steveyken there has been a fair bit of work, you have been a bit more active than I have in terms of regression testing - worth cutting a 0.22.1 release with current features?

steveyken commented 3 weeks ago

Yes, I think a 0.22.1 release now would be good. Lots of bug fixes and stability.

I have some ransack_ui updates in pipeline but that would be better in 0.23 as it bumps the ransack and select2 versions (but still backwards compatible).

Would like to see Rails 7.2 update soon too. Defo target 0.23+ for that.

On Mon, Aug 26, 2024, 6:47 PM CloCkWeRX @.***> wrote:

@steveyken https://github.com/steveyken there has been a fair bit of work, you have been a bit more active than I have in terms of regression testing - worth cutting a 0.22.1 release with current features?

— Reply to this email directly, view it on GitHub https://github.com/fatfreecrm/fat_free_crm/issues/1336, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABENTWS6FSL4BJ5SG2MGITZTMBULAVCNFSM6AAAAABNDYEQNWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DMNJVGY2TEMA . You are receiving this because you were mentioned.Message ID: @.***>

CloCkWeRX commented 2 weeks ago

https://github.com/fatfreecrm/fat_free_crm/releases/tag/v0.22.1 done as a tag.

If you are near a keyboard, feel free to build and publish, otherwise I will in the next 12-24 hours

steveyken commented 2 weeks ago

I've updated lib/fat_free_crm/version.rb and pushed that change to the 0.22.x branch. Does that update the 0.22.1 release tag?

I've also released the gem to rubygems. https://rubygems.org/gems/fat_free_crm/versions/0.22.1 using the following:

git checkout 0.22.x
gem build
gem push fat_free_crm-0.22.1.gem