This version handles a few bugs for julia 1.10.
I only realized that python-fire parses "1.10"
as "1.1"
a few months ago. This makes it inconvenient and strange when people uses jill switch 1.10
or jill install 1.10
and get 1.1 instead.
Changes:
- To install Julia 1.10, use
jill install '"1.10"'
, this is becausejill install 1.10
will be treated asjill install 1.1
. A hint will be displayed now. (a5afe25) - Fixes an internal version resolving bug: old version resolves the latest
1.1.x
version to1.10.0-beta1
while it should be1.1.1
. (4162b54)
v0.11.4 was uploaded to Pypi accidentally, please use v0.11.5 instead.