ftdi-rs / ftdi-embedded-hal

Implementation of Rust Embedded HAL traits for FTDI devices
MIT License
36 stars 14 forks source link

Misc updates after rename #1

Closed geomatsi closed 3 years ago

geomatsi commented 3 years ago

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

geomatsi commented 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 from v0.1.0 or continue from the ftd2xx-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.

newAM commented 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 from v0.1.0 or continue from the ftd2xx-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.

geomatsi commented 3 years ago

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.

newAM commented 3 years ago

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.