Skip to content

Commit

Permalink
new aiken version and stdlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Sep 16, 2024
1 parent 1ed6bc9 commit fe95616
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: aiken-lang/setup-aiken@v1
with:
version: v1.1.1
version: v1.1.2
- run: aiken fmt --check
- run: aiken check -D
- run: aiken build
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v0.x.y

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

# v0.5.0

Expand Down
4 changes: 2 additions & 2 deletions aiken.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "logical-mechanism/Assist"
version = "v0.5.0"
compiler = "v1.1.1"
compiler = "v1.1.2"
plutus = "v3"
license = "Apache-2.0"
description = "Aiken Assist Library"
Expand All @@ -12,7 +12,7 @@ platform = "github"

[[dependencies]]
name = "aiken-lang/stdlib"
version = "v2.0.0"
version = "v2.1.0"
source = "github"

[config]

0 comments on commit fe95616

Please sign in to comment.