File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666
6767 - stdlib_version : v3.0.0
6868
69+ - stdlib_version : v3.1.0
70+
6971 - stdlib_version : " "
7072
7173 runs-on : ${{ matrix.runner || 'ubuntu-latest' }}
@@ -83,13 +85,13 @@ jobs:
8385 if : ${{ matrix.legacy_aiken_setup }}
8486 uses : aiken-lang/setup-aiken@v1.0.2
8587 with :
86- version : ${{ matrix.aiken_version || 'v1.1.19' }}
88+ version : ${{ matrix.aiken_version }}
8789
8890 - name : 🧰 Install Aiken
8991 if : ${{ !matrix.legacy_aiken_setup }}
9092 uses : aiken-lang/setup-aiken@v1
9193 with :
92- version : ${{ matrix.aiken_version || 'v1.1.19 ' }}
94+ version : ${{ matrix.aiken_version || 'v1.1.21 ' }}
9395
9496 - name : 📘 Generate documentation
9597 shell : bash
Original file line number Diff line number Diff line change @@ -16,12 +16,24 @@ aiken add aiken-lang/stdlib --version v3
1616
1717## Compatibility
1818
19- stdlib's version(s) | aiken's version | Plutus version
20- --- | --- | ---
21- [ ` >= 3.0.0 ` ] ( https://aiken-lang.github.io/stdlib/v3.1.0 ) | ` >= v1.1.17 ` | ` V3 `
22- [ ` >= 2.1.0 && < 3.0.0 ` ] ( https://aiken-lang.github.io/stdlib/v2.2.1 ) | ` >= v1.1.3 ` | ` V3 `
23- [ ` >= 2.0.0 && < 2.1.0 ` ] ( https://aiken-lang.github.io/stdlib/v2.0.0 ) | ` v1.1.1 ` , ` v1.1.2 ` | ` V3 `
24- [ ` >= 1.9.0 && < 2.0.0 ` ] ( https://aiken-lang.github.io/stdlib/v1.9.0 ) | ` v1.0.28-alpha ` , ` v1.0.29-alpha ` | ` V2 `
19+ stdlib's version(s) | aiken's version | Plutus version
20+ --- | --- | ---
21+ ` >= 3.0.0 ` | ` >= v1.1.17 ` | ` V3 `
22+ ` >= 2.1.0 && < 3.0.0 ` | ` >= v1.1.3 ` | ` V3 `
23+ ` >= 2.0.0 && < 2.1.0 ` | ` v1.1.1 ` , ` v1.1.2 ` | ` V3 `
24+ ` >= 1.9.0 && < 2.0.0 ` | ` v1.0.28-alpha ` , ` v1.0.29-alpha ` | ` V2 `
25+
26+
27+ ## Documentation
28+
29+ - [ latest / main] ( https://aiken-lang.github.io/stdlib )
30+ - [ v3.1.0] ( https://aiken-lang.github.io/stdlib/v3.1.0 )
31+ - [ v3.0.0] ( https://aiken-lang.github.io/stdlib/v3.0.0 )
32+ - [ v2.2.1] ( https://aiken-lang.github.io/stdlib/v2.2.1 )
33+ - [ v2.2.0] ( https://aiken-lang.github.io/stdlib/v2.2.0 )
34+ - [ v2.1.0] ( https://aiken-lang.github.io/stdlib/v2.1.0 )
35+ - [ v2.0.0] ( https://aiken-lang.github.io/stdlib/v2.0.0 )
36+ - [ v1.9.0] ( https://aiken-lang.github.io/stdlib/v1.9.0 )
2537
2638## Overview
2739
You can’t perform that action at this time.
0 commit comments