Hello, Hanami community! We put in place a simplified Git branches system.

TL;DR: Renamed master into main. main contains the code for Hanami 2.0.

Let's have a look at the details. For all the Hanami GitHub repositories:

  • master , develop, unstable branches are gone
  • master branches were merged into stable branches (see below)
    • Example: hanami/hanami master branch was hosting Hanami 1.3 code. Now that code is part of the 1.3.x branch.
  • main is the new default branch for all the repositories
  • main hosts the new work, new features (aka Hanami 2)
    • Use these branches to merge new features
  • Stable branches host the maintenance work (aka Hanami 1).
  • They are named after SemVer Major.Minor.x (e.g. 1.3.x).
    • Use these branches for maintenance

ℹī¸ CI status for main and stable branches can be observed in the đŸšĻ status page of our website.