diff --git a/CHANGELOG.md b/CHANGELOG.md index 15cf8de6c..87d0b75b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Added -- Ability to load PEMS from base64 encoded envvars ### Changed +- [internal] Upgraded RIBS ### Deprecated @@ -19,6 +19,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Security +## [v0.5.10] + +### Changed +- Limited the situations where the ruby-related line deleting happened + +## [v0.5.9] + +### Changed +- [internal] Enabled Lazy loading of rust reports + +## [v0.5.8] + +### Changed +- [internal] Upgraded RIBS + +### Added +- Ability to load PEMS from base64 encoded envvars + +### Fixed +- Allowed empty layout values +- Fixed corner case in Node where some partials could have been counted as hits + +## [v0.5.7] + +### Changed +- [internal] Upgraded RIBS + +## [v0.5.6] + +### Changed +- [internal] Changed logic for single-session totals calculation + ## [v0.5.5] ### Changed diff --git a/setup.py b/setup.py index 4f25e46e3..a4d151aaf 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="shared", - version="0.5.6", + version="0.5.11", description="Shared Codecov", long_description=long_description, url="https://github.com/codecov/shared", @@ -34,6 +34,6 @@ "voluptuous>=0.11.7", "httpx>=0.16.0", "oauthlib", - "ribs @ git+ssh://git@github.com/codecov/ribs@v0.1.12#egg=ribs", + "ribs @ git+ssh://git@github.com/codecov/ribs@v0.1.13#egg=ribs", ], )