caarlos0 / env

A simple, zero-dependencies library to parse environment variables into structs
https://pkg.go.dev/github.com/caarlos0/env/v11
MIT License
4.91k stars 252 forks source link

Question: Is semantic versioning followed in this project? #302

Closed malta895 closed 6 months ago

malta895 commented 6 months ago

In the release notes of the last two major bumps I see no breaking changes, just new features. Since I am used to semantic versioning, this seems strange to me, unless you decided not to follow it for this project.

Is this correct?

Thank you!

caarlos0 commented 6 months ago

yes, we updated the minimum go version, which can be a breaking change

gonna edit the release notes to make this clear, thanks for the issue!