rust-osdev / x86_64

Library to program x86_64 hardware.
https://docs.rs/x86_64
Apache License 2.0
787 stars 130 forks source link

When will v0.14.4 be released? #276

Closed toku-sa-n closed 3 years ago

toku-sa-n commented 3 years ago

These PRs are merged into master and not breaking changes (I think):

However, v0.14.4 is not yet released. When will it be?

josephlr commented 3 years ago

@phil-opp do you want to cut a release after #273, #274, #270 get merged?

EDIT: I can make the remaining changes in #274 if we don't want to wait on the author.

phil-opp commented 3 years ago

Yes, sounds good! I'm also happy to do more frequent releases for non-breaking changes in the future.

I also opened https://github.com/rust-osdev/x86_64/issues/277 to track my idea of using GitHub Actions for automatic release generation. I'm currently a bit busy with other things, but I try to look into this soon.

josephlr commented 3 years ago

@phil-opp All the PRs I mentioned above are merged, so I think we can cut 0.14.4 anytime.

josephlr commented 3 years ago

@phil-opp do you want me to write the 0.14.4 PR, or are you already working on it?

phil-opp commented 3 years ago

@josephlr I probably wont have time for it until later today, so go ahead if you like.

josephlr commented 3 years ago

@josephlr I probably wont have time for it until later today, so go ahead if you like.

Cool, I'm almost done.