-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
gltf-json 1.3 breaks semver #385
Comments
The same change also broke my glTF export code. I'm aware that this is an intentional choice regarding the versioning of |
And with the latest release I'm reminded of more ways this is a problem: if something in the dependency graph starts to depend on a newer Please start using accurate semver for https://crates.io/crates/cargo-semver-checks can help validate that the version is properly incremented when changes occur. |
Okay I see this situation is clearly irritating lots of people. I will make the next release 2.0, ensure the semantic versioning applies to the underlying data structures thereon. This will likely entail merging gltf-json with the main crate. cargo-semver-checks is a good suggestion. |
#381 changed the type of a public field without bumping the major version number of gltf-json. This broke my code.
The text was updated successfully, but these errors were encountered: