n4r1b / ferrisetw

Basically a KrabsETW rip-off written in Rust
Other
64 stars 23 forks source link

Fix: re-export types from windows-rs that we expose in our public API #47

Closed daladim closed 2 years ago

daladim commented 2 years ago

Closes #46

@n4r1b , since this PR (and the few previous ones targetting master) add new items, without breaking back-compatibility. I think this could be a good time to release a 0.2 version, what do you think?

daladim commented 2 years ago

...or probably a 0.1.2 actually. https://semver.org/ says that's fine for 0.x versions, that do not follow exactly the same rules for semantic versionning.

(and I've just been told that cargo, for 0.x.y versions, considers a X change a breaking change, but not a Y change, so we should rather go for 0.1.2)

n4r1b commented 2 years ago

...or probably a 0.1.2 actually. https://semver.org/ says that's fine for 0.x versions, that do not follow exactly the same rules for semantic versionning.

(and I've just been told that cargo, for 0.x.y versions, considers a X change a breaking change, but not a Y change, so we should rather go for 0.1.2)

I wasn't aware of that! So yes, let's do it, let's go with 0.1.2 :)