Skip to content

Commit 6aa35bd

Browse files
Merge pull request #96 from logical-mechanism/updating-aiken-to-v1.1.2
new aiken version and stdlib version
2 parents 1ed6bc9 + fe95616 commit 6aa35bd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: aiken-lang/setup-aiken@v1
1414
with:
15-
version: v1.1.1
15+
version: v1.1.2
1616
- run: aiken fmt --check
1717
- run: aiken check -D
1818
- run: aiken build

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# v0.x.y
22

33
- Added minting.quantity_of to get prove that some form of minting is occurring then the quantity is returned
4+
- Updated aiken to v1.1.2 and stdlib to v2.1.0
45

56
# v0.5.0
67

aiken.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "logical-mechanism/Assist"
22
version = "v0.5.0"
3-
compiler = "v1.1.1"
3+
compiler = "v1.1.2"
44
plutus = "v3"
55
license = "Apache-2.0"
66
description = "Aiken Assist Library"
@@ -12,7 +12,7 @@ platform = "github"
1212

1313
[[dependencies]]
1414
name = "aiken-lang/stdlib"
15-
version = "v2.0.0"
15+
version = "v2.1.0"
1616
source = "github"
1717

1818
[config]

0 commit comments

Comments
 (0)