AntonGepting / tmux-interface-rs

Rust language library for communication with TMUX via CLI
MIT License
51 stars 5 forks source link

0.1.0 vs 0.0.6 #4

Open zdcthomas opened 3 years ago

zdcthomas commented 3 years ago

0.1.0 is what is suggested as the only build to use in serious projects, however 0.6.0 is listed both the Cargo.toml and on crates.io as the current and most up to date version. Is this an oversight or has 0.1.0 not been created yet?

AntonGepting commented 3 years ago

Hello,

thank you for your interest and for giving a feedback.

my thoughts behind this decision were:

For example now dev branch (future version 0.0.7) is already not compatible in some aspects with 0.0.6.

If breaking SemVer convention in such a way for releases below 0.1.0 brings some cargo issues and/or misunderstandings and/or difficulties, with the next version update I can try to follow the rules strictly.