pistacheio / pistache

A high-performance REST toolkit written in C++
https://pistacheio.github.io/pistache/
Apache License 2.0
3.12k stars 688 forks source link

build: set soname to major.minor #1146

Open Tachi107 opened 1 year ago

Tachi107 commented 1 year ago

Until the 1.0 release, setting the soname to version_major.version_minor gives us more freedom to make changes without being too restricted by ABI compatibility.

We never actually really commited to ABI stability before the 1.0 relase - the README states that at the bottom - but I made this decision clearer by updating the "versioning" section.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.10 :tada:

Comparison is base (8729275) 77.94% compared to head (470cf7c) 78.05%.

:exclamation: Current head 470cf7c differs from pull request most recent head 07185ff. Consider uploading reports for the commit 07185ff to get more accurate results

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1146 +/- ## ========================================== + Coverage 77.94% 78.05% +0.10% ========================================== Files 53 53 Lines 6852 6852 ========================================== + Hits 5341 5348 +7 + Misses 1511 1504 -7 ``` [see 3 files with indirect coverage changes](https://app.codecov.io/gh/pistacheio/pistache/pull/1146/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.