-
Notifications
You must be signed in to change notification settings - Fork 286
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
fix: add missing ngc constants getter declarations and definitions #2383
Conversation
c5b137e
to
043dc1b
Compare
should be a simple merge (if the ci plays nice...) |
We should make a list of API breaking changes and save them all for the same commit. |
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.
Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: complete! 1 of 1 approvals obtained
for 0.3.0 ? :) technically, the ngc api has still not been part of a release yet, so ... we could still change it now. |
But it has been part of client releases, which means clients need to make a new release if we break the API |
043dc1b
to
0c5d05b
Compare
0c5d05b
to
ade8cd0
Compare
ade8cd0
to
2b1a6b0
Compare
Codecov Report
@@ Coverage Diff @@
## master #2383 +/- ##
=========================================
+ Coverage 9.95% 9.98% +0.03%
=========================================
Files 141 141
Lines 32503 32530 +27
=========================================
+ Hits 3235 3249 +14
- Misses 29268 29281 +13
|
This change is