Mojo 1.0 was released yesterday!
If anyone is interested, there is a 1.0 compatible branch called mojo1.0. This is a release candidate that we will. If anyone has time to try it out, please file any bugs if they exist. I think everything should work (famous last words). The main issue for users is that all variable declarations need varin front of them.
after switching to the mojo1.0 branch, I usually delete the .pixi or .venv folder and start fresh.
for pixi, pixi install should update everything
for uv, uv sync should do the same
this should install all dependencies and the correct version of Mojo. You may need to reselect your python interpreter, but I don’t think so.
Once we do this release, we plan on no breaking changes for about a year. There will be updates, but hopefully we won’t have to break anything.