Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
Loading