google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.79k stars 291 forks source link

Please release a new version of promises that includes latest changes for Firebase #202

Closed pranjalmd closed 1 year ago

pranjalmd commented 1 year ago

The latest release tag is 2.1.1 (June 23 2022) and latest release is 2.0.0 (May 5 2021).

Our team needs a release with this commit.

PromiseObjC needs a new version release for Firebase: FirebaseInstallations, FirebaseMessaging, GoogleUtilities/Environment, and FirebaseCore ,because of the dependency structure.

FirebaseMessaging > FirebaseInstallations > PromisesObjC and FirebaseCore > GoogleUtilities/Environment > PromisesObjC

ykjchen commented 1 year ago

Thanks for the reminder, will handle this weekend.

pranjalmd commented 1 year ago

A gentle reminder, @ykjchen !

ykjchen commented 1 year ago

Sorry about the delay... started working on the update but ran into issues while pushing to trunk. Will have it in the next couple days.

ykjchen commented 1 year ago

Done now (2.2.0). Thanks for your patience.