idanarye / bevy-tnua

A floating character controller for Bevy
https://crates.io/crates/bevy-tnua
Apache License 2.0
166 stars 11 forks source link

Use git tags to tag published cargo versions #49

Open msvbg opened 3 months ago

msvbg commented 3 months ago

It's helpful to be able to see which version of the source code corresponds to which version published on crates.io, so it would be great if the git repo were tagged accordingly. It may also make sense to use the same version number for all crates given that this is a monorepo of sorts.

idanarye commented 3 months ago

It's a monorepo, but the crates get updated individually. If I force them all to use the same version there will be version gaps.