-
Notifications
You must be signed in to change notification settings - Fork 124
Update release version to 9.3.0 #1028
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
Conversation
@@ -634,7 +634,7 @@ workflow use only during the development of your app, not for publicly shipping | |||
code. | |||
|
|||
## Release Notes | |||
### Upcoming Changes | |||
### 9.3.0 | |||
- Changes | |||
- General (Android,Linux): Fixed a concurrency bug where waiting for an | |||
event with a timeout could occasionally return prematurely, as if the |
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.
I know this isn't quite this PR, but is the indentation wrong on the following 2 lines?
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.
I think it is correct. All of the later versions also have similar indentation
9.0.0
- Changes
- General (iOS): Firebase C++ on iOS is now built using Xcode 13.3.1.
3 spaces between - and Changes, 4 spaces before subsequent dashes
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.
Are the lines right below this indented the same? (it looks like they aren't in the GitHub UI)
(the line that reads "timeout had occurred" and the following line, I mean)
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.
It still looks consistent to me. 6 spaces of indentation for each line that does not have a hyphen.
You can see the raw value of those lines here if you want:
https://raw.githubusercontent.com/firebase/firebase-cpp-sdk/main/release_build_files/readme.md
❌ Integration test FAILEDRequested by @AlmostMatt on commit 912e979
Add flaky tests to go/fpl-cpp-flake-tracker |
Description
Updates version number for 9.3.0 release
Testing
No functional change
Type of Change
Place an
x
the applicable box:Notes
Release Notes
section ofrelease_build_files/readme.md
.