Skip to content
New issue

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

version alignment #105

Open
waalge opened this issue Feb 13, 2025 · 1 comment
Open

version alignment #105

waalge opened this issue Feb 13, 2025 · 1 comment

Comments

@waalge
Copy link

waalge commented Feb 13, 2025

Current readme doesn't list lastest aiken versions:

Compatibility

aiken's version stdlib's version(s)
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 ...

aiken's version stdlib's version(s)
>= 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?

@rvcas
Copy link
Member

rvcas commented Feb 14, 2025

Thanks, will fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants