We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current readme doesn't list lastest aiken versions:
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
>= 2.1.0
v1.1.1
v1.1.2
>= 2.0.0
< 2.1.0
v1.0.29-alpha
v1.0.28-alpha
>= 1.9.0
< 2.0.0
v1.0.26-alpha
<= 1.8.0
< 1.9.0
I presume its something like ...
>= v1.1.3
< v1.1.12
But I'm not sure what you'd want here. List every version? No upperbound until its known?
The text was updated successfully, but these errors were encountered:
Thanks, will fix
Sorry, something went wrong.
No branches or pull requests
Current readme doesn't list lastest aiken versions:
Compatibility
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
>= 2.1.0
v1.1.1
v1.1.2
>= 2.0.0
&&< 2.1.0
v1.0.29-alpha
v1.0.28-alpha
>= 1.9.0
&&< 2.0.0
v1.0.26-alpha
<= 1.8.0
&&< 1.9.0
I presume its something like ...
>= v1.1.3
&&< v1.1.12
>= 2.1.0
v1.1.1
v1.1.2
>= 2.0.0
&&< 2.1.0
v1.0.29-alpha
v1.0.28-alpha
>= 1.9.0
&&< 2.0.0
v1.0.26-alpha
<= 1.8.0
&&< 1.9.0
But I'm not sure what you'd want here. List every version? No upperbound until its known?
The text was updated successfully, but these errors were encountered: