Skip to content

v0.11.5

Latest
Compare
Choose a tag to compare
@johnnychen94 johnnychen94 released this 15 Aug 15:46
· 1 commit to master since this release
1788ab7

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 because jill install 1.10 will be treated as jill 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 to 1.10.0-beta1 while it should be 1.1.1. (4162b54)

v0.11.4 was uploaded to Pypi accidentally, please use v0.11.5 instead.