Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 4.0.4, update changelog #942

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

seanlinsley
Copy link
Member

Fixes #941 (comment)

I've pushed the updated version to the v4.0.4 git tag. You can see the diff here: v4.0.3...v4.0.4

I'll hold off on publishing it to rubygems until this PR is approved.

@seanlinsley
Copy link
Member Author

The CI failures seem to be unrelated to this PR.

@seanlinsley
Copy link
Member Author

Apparently it's an issue with concurrent-ruby: https://stackoverflow.com/questions/79360526

Copy link
Collaborator

@Alexander-Senko Alexander-Senko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't time to look through it yet, sorry. That's great that you, @seanlinsley, did that already.

@@ -1,3 +1,3 @@
module Draper
VERSION = '4.0.2'
VERSION = '4.1.0-pre'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just incremented it to 4.1 based on this comment: #921 (comment). I haven't looked at the changes on the master branch too closely. Thoughts @y-yagi?

Copy link
Collaborator

@Alexander-Senko Alexander-Senko Jan 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At first, I didn't notice the PR to be for the master branch, sorry. I was thinking of it still in the context of my faulty cherry-picking.

I'm not sure what version describes our master branch best for now. For me, pre-release of v4.1 sounds good, while @y-yagi considers some commits to be of v5.0.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, it's best not to delete your comments because that makes it more difficult to tell what someone was responding to. If you feel the need to show that a comment is no longer valid, you can strike it out with markdown

@seanlinsley
Copy link
Member Author

Looking at e826a84, I see two files to be changed. Besides lib/draper/decoratable.rb already mentioned, spec/dummy/spec/models/post_spec.rb refers to broadcasts as well when it shouldn't.

Yes, I updated both files in 270fc4c. Let me know if that looks good to you.

@@ -1,3 +1,3 @@
module Draper
VERSION = '4.0.2'
VERSION = '4.1.0-pre'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just incremented it to 4.1 based on this comment: #921 (comment). I haven't looked at the changes on the master branch too closely. Thoughts @y-yagi?

@Alexander-Senko
Copy link
Collaborator

Yes, I updated both files in 270fc4c. Let me know if that looks good to you.

I'm sorry to notice it later. I've checked it already and removed my unrelated comment, but you are very fast to reply.

@seanlinsley
Copy link
Member Author

Okay,I've published version 4.0.4 to rubygems.

I'll go ahead and merge this so the changelog is up to date. We can fix the CI failure and decide on 4.1 vs 5.0 versioning after the fact.

@seanlinsley seanlinsley merged commit 52ea163 into master Jan 28, 2025
10 of 13 checks passed
@seanlinsley seanlinsley deleted the update-changelog branch January 29, 2025 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LoadError: cannot load such file -- draper/compatibility/broadcastable (LoadError)
2 participants