Skip to content

Commit

Permalink
Change tag naming from vX.Y.Z to vX.Y.Z+vA.B.C to include upstream un…
Browse files Browse the repository at this point in the history
…iffi version

Signed-off-by: Jakub Janowski <[email protected]>
  • Loading branch information
jjanowsk authored and Savolro committed May 17, 2023
1 parent c08a688 commit d577eda
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ To ensure consistent feature set across external binding generators, `uniffi-bin
a specific `uniffi-rs` version. A consumer using Go bindings (in `uniffi-bindgen-go`) and Go
bindings (in `uniffi-bindgen-go`) expects the same features to be available across multiple bindings
generators. This means that the consumer should choose external binding generator versions such that
each generator targets the same `uniffi-rs` version. The table shows `uniffi-rs` version history
to make it easier to understand when `uniffi-rs` version has changed.
each generator targets the same `uniffi-rs` version.

| uniffi-bindgen-go version | uniffi-rs version |
|------------------------------------------|--------------------------------------------------|
| v0.1.0 | v0.23.0 |
To simplify this choice `uniffi-bindgen-cs` and `uniffi-bindgen-go` use tag naming convention
as follows: `vX.Y.Z+vA.B.C`, where `X.Y.Z` is the version of the generator itself, and `A.B.C` is
the version of uniffi-rs it is based on.

0 comments on commit d577eda

Please sign in to comment.