Skip to content

Commit 0954856

Browse files
authored
Merge pull request #267 from mlabs-haskell/szg251/add-aarch
Enable aarch64 systems
2 parents 6b129c9 + ecca0c2 commit 0954856

File tree

9 files changed

+462
-455
lines changed

9 files changed

+462
-455
lines changed

CHANGELOG.md

+48-2
Original file line numberDiff line numberDiff line change
@@ -10,39 +10,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Schemas
1111

1212
#### lbf-prelude
13+
1314
##### Purescript
15+
1416
##### Rust
17+
1518
##### Haskell
19+
1620
##### Typescript
1721

1822
#### lbf-plutus
23+
1924
##### Purescript
25+
2026
##### Rust
27+
2128
##### Haskell
29+
2230
##### Typescript
31+
2332
##### Plutarch
33+
2434
##### PlutusTx
2535

2636
### Tools
2737

2838
#### Frontend
39+
2940
#### Compiler
41+
3042
#### Compiler Proto API
43+
3144
#### Codegen
45+
3246
#### Codegen Proto API
3347

3448
### Runtimes
3549

3650
#### Rust lbr-prelude
51+
3752
#### Haskell lbr-prelude
53+
3854
#### Typescript lbr-prelude
55+
3956
#### Purescript lbr-prelude
4057

4158
#### Rust lbr-plutus
59+
4260
#### Haskell lbr-plutus
61+
4362
#### PlutusTx lbr-plutus
63+
4464
#### Plutarch lbr-plutus
65+
4566
#### Typescript lbr-plutus
67+
4668
#### Purescript lbr-plutus
4769

4870
## LambdaBuffers v2.0.0
@@ -68,7 +90,7 @@ Targets: [ghc 9.6.6](https://www.haskell.org/ghc/download_ghc_9_6_6.html) [base
6890

6991
##### Typescript
7092

71-
Target: [prelude-typescript 1.0.1](https://github.com/mlabs-haskell/prelude-typescript/releases/tag/v1.0.1)
93+
Target: [prelude-typescript 1.0.2](https://github.com/mlabs-haskell/prelude-typescript/releases/tag/v1.0.2)
7294

7395
#### lbf-plutus
7496

@@ -86,7 +108,7 @@ Target: [plutustx 1.36.0.0](https://github.com/IntersectMBO/plutus/releases/tag/
86108

87109
##### Typescript
88110

89-
Target: [plutus-ledger-api-typescript 1.1.0](https://github.com/mlabs-haskell/plutus-ledger-api-typescript/releases/tag/v1.1.0)
111+
Target: [plutus-ledger-api-typescript 1.2.1](https://github.com/mlabs-haskell/plutus-ledger-api-typescript/releases/tag/v1.2.1)
90112

91113
##### Plutarch
92114

@@ -99,23 +121,35 @@ Target: [plutustx 1.36.0.0](https://github.com/IntersectMBO/plutus/releases/tag/
99121
### Tools
100122

101123
#### Frontend v.1.1.0.0
124+
102125
#### Compiler v.1.1.0.0
126+
103127
#### Compiler Proto API v.1.0.0
128+
104129
#### Codegen v.1.1.0.0
130+
105131
#### Codegen Proto API v.1.0.0
132+
106133
#### Utils v.1.1.0.0
107134

108135
### Runtimes
109136

110137
#### Rust lbr-prelude v.1.0.1
138+
111139
#### Haskell lbr-prelude v.1.1.0.0
140+
112141
#### Typescript lbr-prelude v.1.0.0
142+
113143
#### Purescript lbr-prelude v.1.0.0
114144

115145
#### Haskell lbr-plutus v.1.1.0.0
146+
116147
#### PlutusTx lbr-plutus v.1.0.0
148+
117149
#### Plutarch lbr-plutus v.1.0.0
150+
118151
#### Typescript lbr-plutus v.1.0.0
152+
119153
#### Purescript lbr-plutus v.1.0.0
120154

121155
## LambdaBuffers v.1.0.0
@@ -171,21 +205,33 @@ Target: [plutustx 1.20.0.0](https://github.com/IntersectMBO/plutus/tree/1.20.0.0
171205
### Tools
172206

173207
#### Frontend v.1.1.0.0
208+
174209
#### Compiler v.1.1.0.0
210+
175211
#### Compiler Proto API v.1.0.0
212+
176213
#### Codegen v.1.1.0.0
214+
177215
#### Codegen Proto API v.1.0.0
216+
178217
#### Utils v.1.1.0.0
179218

180219
### Runtimes
181220

182221
#### Rust lbr-prelude v.0.1.3
222+
183223
#### Haskell lbr-prelude v.1.1.0.0
224+
184225
#### Typescript lbr-prelude v.1.0.0
226+
185227
#### Purescript lbr-prelude v.1.0.0
186228

187229
#### Haskell lbr-plutus v.1.1.0.0
230+
188231
#### PlutusTx lbr-plutus v.1.0.0
232+
189233
#### Plutarch lbr-plutus v.1.0.0
234+
190235
#### Typescript lbr-plutus v.1.0.0
236+
191237
#### Purescript lbr-plutus v.1.0.0

docs/typescript-plutus/package-lock.json

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/typescript-prelude/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)