friends-of-reactphp / mysql

Async MySQL database client for ReactPHP.
MIT License
331 stars 66 forks source link

Hello `0.6.x` development branch #164

Closed clue closed 1 year ago

clue commented 1 year ago

Once this PR is merged, I will update the default branch to be the new 0.6.x branch. The old 0.5.x branch still stay in place at least until 0.6.0 is released.

Refs reactphp/async#29

clue commented 1 year ago

Duh, just noticed I've selected the wrong target branch for this PR. To mitigate this, I've just temporarily deleted 0.6.x, renamed 0.5.x to 0.6.x and recreated 0.5.x at the original commit position. All branches should now be in order again: 0.5.x points to the same commit as v0.5.7 and 0.6.x branches off from the same commit and contains the changes from this PR.