-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add bin compat goal #1897
add bin compat goal #1897
Conversation
fixes #1233
Codecov Report
@@ Coverage Diff @@
## master #1897 +/- ##
======================================
Coverage 95.2% 95.2%
======================================
Files 248 248
Lines 4379 4379
Branches 125 125
======================================
Hits 4169 4169
Misses 210 210 Continue to review full report at Codecov.
|
README.md
Outdated
|
||
After `1.0.0` release, we [decided](https://github.com/typelevel/cats/issues/1233) | ||
to use *MAJOR.MINOR.PATCH* [Semantic Versioning 2.0.0](https://semver.org/) | ||
going forward, which is different from the *EPIC.MAJOR.MINOR* schema commonly in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EPIC -> EPOCH ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! corrected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kailuowang!
|
||
Any binary breaking changes will require a *MAJOR* version bump, which we will be very | ||
cautious about. We will also consider using `organization` and package name for major | ||
versioning in the future. But that decision is yet to be made. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks for this inclusion.
fixes #1233