Skip to content

add bin compat goal#1897

Merged
kailuowang merged 4 commits into
masterfrom
add-bin-compat-goal
Sep 8, 2017
Merged

add bin compat goal#1897
kailuowang merged 4 commits into
masterfrom
add-bin-compat-goal

Conversation

@kailuowang

Copy link
Copy Markdown
Contributor

fixes #1233

@codecov-io

codecov-io commented Sep 7, 2017

Copy link
Copy Markdown

Codecov Report

Merging #1897 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 49f2ecc...c9096c8. Read the comment docs.

Comment thread 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](http://semver.org/)
going forward, which is different from the *EPIC.MAJOR.MINOR* schema commonly in

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EPIC -> EPOCH ;)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! corrected.

@ceedubs ceedubs left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kailuowang!

@kailuowang
kailuowang merged commit 99f6683 into master Sep 8, 2017
@kailuowang
kailuowang deleted the add-bin-compat-goal branch September 8, 2017 22:03
Comment thread README.md

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks for this inclusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document version compatibility goals

6 participants