Skip to content

Release 0.0.154

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 16:01
· 1103 commits to main since this release
b407c25

This version doesn't contain changes to the model, only to the development and
build workflows:

  • Rename master branch to main.

    To adapt your local repository to the new branch name run the following
    commands:

    git branch -m master main
    git fetch origin
    git branch -u origin/main main
    git remote set-head origin -a
  • Automatically add changes from CHANGES.md to release descriptions.