Skip to content

Commit b990229

Browse files
committed
Publish v3.1.0 docs
1 parent 4f251a0 commit b990229

2 files changed

Lines changed: 22 additions & 8 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
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

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)