Yatekii / imgui-wgpu-rs

Dear imgui renderer for wgpu-rs.
MIT License
256 stars 86 forks source link

Bump version to 0.7.0? #14

Closed dwbrite closed 4 years ago

dwbrite commented 4 years ago

It looks like some dependencies were recently version bumped in this repo, but the version imgui-wgpu itself was not bumped. Is it ready to be published as 0.7.0, or is more work needed?

Yatekii commented 4 years ago

I am not sure if a minor version is warranted just for dep bumping? Do you need it for any reason?

dwbrite commented 4 years ago

Perhaps it could be a patch (0.6.1), but I think changing dependency versions counts as a breaking change. I could be wrong, but I believe if someone is using imgui-wgpu = "^0.6" and imgui = "^0.3", releasing this version bump as 0.6.1 would break their project, but releasing 0.7.0 would not.

Either way I'm gunning for a new release on crates.io so that I can send a PR to imgui-glfw-support, and get that published with support for wgpu 0.5 and imgui 0.4.

I hope I'm not coming off as entitled, I'm just trying to push the state of wgpu on crates.io :)

m4b commented 4 years ago

Is a new release happening here? 0.4 imgui would be nice (and agree, this should be a 0.7 release)

Yatekii commented 4 years ago

Released =)