sile / sloggers

A Rust library which provides frequently used slog loggers and convenient functions
MIT License
37 stars 18 forks source link

v0.3.6 doesn't follow semantic versioning. #27

Closed jcrevier closed 4 years ago

jcrevier commented 4 years ago

v0.3.6 added variants to SourceLocation a public enum and this wasn't versioned as a major release, so it breaks code built using cargo. Given this project does follow semantic versioning this should have been avoided.

sile commented 4 years ago

Thank you for creating this issue. Your suggestion seems reasonable. I'd like to publish v1.0.0 in the near future. I'll follow the semantic versioning after the release.

jcrevier commented 4 years ago

Thanks for taking it seriously. Also just a friendly reminder that Cargo's caret compatibility is slightly different than SemVer before 1.0, which I could have explained better in my original issue. Nice to see a 1.0 release :)