-
Notifications
You must be signed in to change notification settings - Fork 245
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
Update gem version to 0.11.0 #385
Conversation
4a8df8e
to
1be0e4a
Compare
Seems like I'll also have to update pronto-rubocop version to make it work, or update to 0.10.1 but I don't know if master contains breaking changes at the moment. |
Howdy @RGBD I am going to start working through these releases this week. Thanks for helping with this. 👍 I do not believe Master has any breaking changes |
Thanks for the feedback |
Would appreciate if you update I think we've had enough new features since 0.10.0 to call it 0.11.0 -- we can always make a new release for |
@ashkulz, alas I don't watch this repo history closely enough to know about all the features, so I've mentioned only the one imortant for me (GitLab MR reviews). |
Sorry for the long delay, but I think yes, that'd be great. I'm still not sure who has access to releasing gems, though. |
0015d7f
to
bc72564
Compare
bc72564
to
3db0874
Compare
Done, @ashkulz. |
To get |
@smridge I think that's been a requirement for quite a while, even 0.10.0 depended on rugged. |
Ahh ok. Tried it out on a new repo, so that makes sense why I’m seeing all the fun. |
@doomspork, is there any approximate date when this could be reviewed/merged? |
I've been granted permissions to publish to RubyGems by @doomspork, so I'll try working towards a release by the weekend (unless he has any feedback, of course 🙂). |
Something to add to this (given this particular PR), I think we should investigate some of the semantic versioning tools that will handle publishing gems for us as features as added. The biggest change we'll need to make is ensuring PRs update the version accordingly (when necessary) and the changelog. Automating the release of these packages would greatly reduce the maintenance burden across so many different projects. |
Thanks for the contribution, @RGBD! I went through the git log and added a few other PRs to the changelog, but added you as a co-author in the above commit 🙂 |
Solves #376. @mknapik you've been pretty active recently in merging pull requests.
Maybe you know what else needs to be done before new gem version release?