Since merge of #593 the crate has been split into two crates publishing pipeline has not been adapted.
So since then the publishing of the zitadel crate was broken. It is unclear to me if this was an intentional change.
A decision has to be made:
a) keep the split but also publish the zitadel-gen crate
b) unify into one crate again
Or do we have alternatives?
Regarding option a) it is unclear to me if the versioning scheme for zitadel_gen crate is correct. It tries to reflect the version of the underlying api, but there also other components (prost tonic) which might need an update.
Since merge of #593 the crate has been split into two crates publishing pipeline has not been adapted.
So since then the publishing of the zitadel crate was broken. It is unclear to me if this was an intentional change.
A decision has to be made:
a) keep the split but also publish the zitadel-gen crate
b) unify into one crate again
Or do we have alternatives?
Regarding option a) it is unclear to me if the versioning scheme for zitadel_gen crate is correct. It tries to reflect the version of the underlying api, but there also other components (prost tonic) which might need an update.