From fe9561689e715651f0ab37fcd9ee52dcc5fff5a1 Mon Sep 17 00:00:00 2001 From: logicalmechanism Date: Mon, 16 Sep 2024 12:13:49 -0700 Subject: [PATCH] new aiken version and stdlib version --- .github/workflows/continuous-integration.yml | 2 +- CHANGELOG.md | 1 + aiken.toml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 8f2af3a..ed899af 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe9dfc..a52d253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/aiken.toml b/aiken.toml index 099582d..22327da 100644 --- a/aiken.toml +++ b/aiken.toml @@ -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" @@ -12,7 +12,7 @@ platform = "github" [[dependencies]] name = "aiken-lang/stdlib" -version = "v2.0.0" +version = "v2.1.0" source = "github" [config]