-
Notifications
You must be signed in to change notification settings - Fork 392
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
New release perhaps? #542
Comments
I too would like to see a new release which includes #543 @reitermarkus would you be able to do this? |
Feel free to send a PR with a version bump and changelog update. |
I suggest using cargo-release for stuff like this which will basically automate all of that away for you so you can only type |
Tbh i prefer doing it manually, ensures we haven't overlooked anything or included any breaking changes by mistake. (Also getting publishing rights would be nice ;) ) |
CI should be set up to do everything automatically when a tag is pushed |
… except the changelog part. |
Does anyone have bandwidth to throw together that PR? 🙏 |
@adamgreig @burrbull @Emilgardis @reitermarkus @ryankurte @therealprof |
It's a bit unfortunate that the CHANGELOG is not continuously maintained. Otherwise a release wouldn't be a big deal. Edit: I've just created PR #552 to reduce that pain for the future. I haven't been paying too much attention to cross lately so I'm very likely to miss something if I were to create a CHANGELOG. Any volunteers? |
I'm brand new to this repo but I do think my change (#543) might be a good one to go in the change log. |
Waiting on #543 too 😅 |
Hello all! It would be fantastic to get a release out as #543 is needed to fix my build and is currently blocking releases. Thank you |
There are some standing issues with this version, namely changelog and windows support (that is, cross doesn't work on windows anymore). There will be an announcement posted where we want more eyes on this codebase. |
We've also posted a call for help in #574 asking for assistance with maintenance and getting a new release out the door. |
559: fix: update changelog for pending release r=adamgreig a=rawkode Changelog update cc cross-rs#542 Co-authored-by: David McKay <david@rawkode.com> Co-authored-by: Adam Greig <adam@adamgreig.com>
So with the CHANGELOG change merged, how are we looking for a release? |
@adamgreig ping |
@Emilgardis with CI now unblocked, would it be possible to get a new release? 😅 🙏 |
haha, no, what I meant with CI being crippled is that we basically have no CI now 😁 need to get #609 up and running to actually publish the changes in the images |
Should we do a release and fix Windows in a later version? I think that's the only remaining issue now that CI is fixed |
I think it would be prudent to make a release now and figure out any remaining problems later at any rate. |
Windows support has been fixed and CI is up and well. I think the only (new) issue left is #683 |
@Emilgardis hey, thanks for all the work on the project! Was wondering, what the outstanding blockers were to creating a new release? |
I have one last concern with the x86_64-unknown-linux-gnu now being centos, but I think we're set to make a release. This release would update a lot of workflows using cross in CI, especially those that use It'd be nice if we could test this new release in CI, to do so yourself with GHA, you can just install cross manually before running the action that uses cross: |
@Emilgardis hello again. Is there a tracking issue or PR for the outstanding work? |
the issue with |
We've now released v0.2.2, thank you everyone for your involvement and patience! Full list of changes can be found on the release page. Read the README and wiki for guidance. |
Hey, the latest release is almost a year old by now and a few cool things have landed in master. Perhaps it's time for a new release?
The text was updated successfully, but these errors were encountered: