-
Notifications
You must be signed in to change notification settings - Fork 251
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
Bump version 0.7.0 #167
Comments
@junaruga - I think it would be a good idea to release a 0.7.0 version shortly (or perhaps bump it to 1.0.0 at the same time - the project is stable enough anyway, and 1.0.0 indicates that the API is stable and can be relied upon). @brynary - could you set up me, Jun Aruga and Dennis Sivia as Rubygems maintainers, in addition to yourself? Here are our Rubygems user names:
Thanks in advance. |
@perlun Yeah, I can agree for both Ah okay, we have to get a permission to set up it for RubyGems. |
I would actually prefer having at least 1 or 2 iterations (minor version bumps) to see if everything aligns with our ideas and then have a 1.0.0 release. We have to be as compatible as possible already, but while working through the issues and PRs we might discover small changes in behaviour like the cookie path example or handling strings instead of enumerables. |
Fine, going with 0.7.0 works for me. Like you say @scepticulous, something might arise that mandates an API change and it's much better to take that before 1.0 in line with SemVer ideas. So now we just need to get @brynary attention to get the gem permissions sorted out. 😄 |
OK, I agree for |
Ping @brynary - we would need Rubygems access to get a new version out the door. |
He lags behind sometimes, but he'll get on to it eventually. |
Well, no news from my side. |
Memo: What I want to do until next release.
|
@brynary any chance you could add us as maintainers? Quoting myself from May 8:
Jun, if you are in email contact with Bryan, you could also send a reminder that way. |
I sent the reminder to him. My suggestion is we can decide due date. I think that this kind of time limit decision is normal. After 6 months, we may be able to get the permission, and we may be able to release |
Or actually Bundler have a feature to get |
Yes, we can even make it a tagged release and use the git tag in the Gemfile I think. That's a "doable" workaround for now, but it will make it harder for people to install the gem if they are not on a Unix/Linux machine with git available etc. |
@perlun I just knew that we can use I think that documenting the way to install unreleased |
@junaruga - since we are now set up as maintainers of the gem on rubygems.org, I think we should bring out a 0.7.0 as soon as possible. Once we have that published and working, we should then move on to release a 1.0.0 as well, to mark the API as "stable". (Side note: The 0.6.3 version has been downloaded 55,392,242 times. 55 million downloads! That's a pretty amazing work from @brynary et al!) |
Yes, I think so. We should bring it as soon as possible. At first we merge this History file. #191 |
The work are great. :) Creating from 0 to 1 is great. |
Try again, I made you an admin on the repo (as well as Bryan). So you should now be able to circumvent the branch protections a bit (use with care 😄). |
@perlun ok thanks. So, if you like, I am going to release. Is it ok? |
Release done! What I did as release.
|
Thanks @junaruga! I also published the release notes here, so they are easily accessible: https://github.com/rack-test/rack-test/releases/tag/v0.7.0 (I just copied the contents from History.md). |
Add a note about in the README.md, that's how we typically do it at work. Something like this: How to make a release
$ bundle exec thor :build
$ bundle exec thor release:tag
$ bundle exec thor release:gem
|
@perlun Above set of 3 commands is same with |
Ah, ok. Then I think we're fine with that. (leaving as-is) |
I am positive for adding 3 commands and @perlun 's suggesting document to README. |
@junaruga sure, fine with me, just do it and send me the PR. |
Hi @perlun @scepticulous
I want to release next version as
0.7.0
after fixing#165
#166
Because we updated for many features/issues. I want to release
rack-test
rack-2.x compatibility version.How do you think?
Do you have any other issues/PRs to fix until next release?
The text was updated successfully, but these errors were encountered: