Version 0.6.0 of Nimble is now out! For those of you who don't know, Nimble is Nim's official package manager.
It's a pretty small release, the biggest changes are the rename from Babel to Nimble and the addition of the init command. Full changelog follows:
- Renamed from Babel to Nimble
- Introduces compatibility with Nim v0.10.0+
- Implemented the init command which generates a .nimble file for new projects. (Thank you @singularperturbation)
- Improved cloning of git repositories. (Thank you @gradha)
- Fixes path command issues (Thank you @gradha)
- Fixes problems with symlinking when there is a space in the path. (Thank you @philip-wernersbach)
- The code page will now be changed when executing Nimble binary packages. This adds support for Unicode in cmd.exe (#54).
- .cmd files are now used in place of .bat files. Shell files for Cygwin/Git bash are also now created.
Take a look at the readme on Github if you're not sure how to install it. For most people who already have Nimble installed and want to upgrade, running nimble install nimble should work (this unfortunately won't work on Windows).
Let me know if you find any issues!
Happy holidays!