New releases of GRDBCombine and RxGRDB

Hello Swift community,

Both GRDBCombine and RxGRDB have been updated with an important bugfix, and you are encouraged to upgrade your applications.

They now correctly handle write errors in their asynchronous Publisher/Observable, by rollbacking the entire database transaction, instead of committing partial updates.

Happy reactive SQLite!