A bit of a late announcement. But Nimble 0.6.2 is out. The main purpose of this release is for compatibility with Nim 0.11.2.
Full list of changes here
There is a lot of discussion going on regarding Nimble, so if you haven't already do check out the list of issues in its repo (especially the ones labelled RFC).
Ah ! That is great. Thanks @dom96 and the others involved.
Howe
Hi @avsej I tried nimble install nimble
It downloads 0.6.2 and update the folder in C:\Users\Sanjay.Singh\.nimble\pkgs\nimble-0.6.2
However when I execute nimble which is present in nim folder and included in path D:\nim\bin\nimble.exe it still show 0.6.0
Am I missing something?
Is there anything in C:\Users\Sanjay.Singh\.nimble\bin\nimble?
On linux it makes symlink ~/.nimble/bin/nimble -> ~/.nimble/pkgs/nimble-0.6.2/nimble. Maybe on windows it behave in similar way? So that you probably need to add C:\Users\Sanjay.Singh\.nimble\bin\ into your PATH