svenstaro / bvh

A fast BVH using SAH in rust
https://docs.rs/bvh
MIT License
225 stars 37 forks source link

Next release #102

Closed Fabus1184 closed 4 months ago

Fabus1184 commented 7 months ago

There are a lot of changes in the repository, but the last release is from 8 months ago. Can the current state be released as 0.7.3?

svenstaro commented 7 months ago

@marstaik What do you think?

svenstaro commented 7 months ago

@Fabus1184 Would you have some time and interest to help with the maintenance of this library? I don't have so much time for this myself currently.

Fabus1184 commented 7 months ago

@Fabus1184 Would you have some time and interest to help with the maintenance of this library? I don't have so much time for this myself currently.

I'll see what I can do, but I can't promise anything nor am I an expert on BVHs 😅

svenstaro commented 7 months ago

For starters, would you like to prepare the release by writing some release notes? There's a CHANGELOG.md but I don't think it has all the changes. After you make a PR for that, I can cut a release.

Fabus1184 commented 7 months ago

There's not that much missing from the changelog, but here's my first take https://github.com/Fabus1184/bvh/blob/master/CHANGELOG.md.

Also, there are quite big changes, so maybe the new release should be a new minor version 🤷

svenstaro commented 7 months ago

Ideally I'd like #99 to get in before we do a release.

svenstaro commented 4 months ago

0.8.0 has been released.