brick's versioning scheme doesn't seem to follow haskell PVP specification. #459
Replies: 1 comment
-
With As for upper bounds, I recommend setting the upper bound to whatever version of brick you developed with originally and then checking periodically for compatibility of your particular codebase with newer versions of the API. |
Beta Was this translation helpful? Give feedback.
-
In A.B.C, A.B is the major version. C is a minor version number.
When I read CHANGELOG.md, it seems brick-1.7 doesn't actually have breaking changes to 1.6.
If there is no breaking change and major version changes, it's hard to fix an upper version limit for brick.
Beta Was this translation helpful? Give feedback.
All reactions