Closed geomatsi closed 3 years ago
Links in
CHANGELOG.md
need to change as well, other than that looks good. Edit: I see the git tags were not preserved, is the intent to start over fromv0.1.0
or continue from theftd2xx-embedded-hal
version?
I am fine with pushing existing tags and going further from 0.9.2 unless this approach breaks something on crates.io.
Links in
CHANGELOG.md
need to change as well, other than that looks good. Edit: I see the git tags were not preserved, is the intent to start over fromv0.1.0
or continue from theftd2xx-embedded-hal
version?I am fine with pushing existing tags and going further from 0.9.2 unless this approach breaks something on crates.io.
Sounds good to me.
This wont break crates.io as far as I know. The stm32-rs
repository does abnormal version jumps all the time.
I mean possible crates.io breakage due to new name, not new version. But lets see how it goes. If it is not smooth enough, we can start over from v0.1.0 adding links to your previous releases.
I mean possible crates.io breakage due to new name, not new version. But lets see how it goes. If it is not smooth enough, we can start over from v0.1.0 adding links to your previous releases.
Changing the name is not possible crates.io, a new crate will have to be published under this name. Since adding support for libftdi will result in a breaking change anyway I think a name change is fine.
The crate has been renamed to ftdi-embedded-hal. Update all the links and examples to use the new name and location.
Signed-off-by: Sergey Matyukevich geomatsi@gmail.com