-
Notifications
You must be signed in to change notification settings - Fork 3
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
Final release as part of GSoC 2024 #62
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a CHANGELOG.md file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need to put minor stuff like "changed the README" into the CHANGELOG. You only need to put in things that a user would notice. Things like "fix the crash on macos" and "Add extended attributes" should be in there. It's also good form to include a link to the PR(s) for each bullet point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense if there weren't any other changes in 0.2.0. Regarding PRs, it's good that you added them but even better if you make them hyperlinks, like https://raw.githubusercontent.com/asomers/fsx-rs/master/CHANGELOG.md .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about extended attributes, #43 ?
They were added in 0.2.0, which was the first release ever. There was no 0.1.0 release, so everything from the first commit upto the 0.2.0 release should in theory be counted, but that doesn't make sense IMO. I know it's confusing, but confusion is good marketing. |
I'll merge this PR right before I release 0.3.0 (probably Thursday). |
I just realized, that the 26th (the end of GSoC) isn't tomorrow, but on Monday. |
This will start working once this is merged: repology/repology-rules#841
Unless you have any objections, I'll merge this in an hour and release 0.3.0. |
This will be the final release of fuse-ufs during GSoC 2024.
Deadline: Saturday
Required:
-f
option (foreground) #68Bonus:
-v
back #66