From 747e057d05d16e552b6485ef8bd00afc273e2bb8 Mon Sep 17 00:00:00 2001 From: rvcas Date: Thu, 24 Aug 2023 15:00:09 -0600 Subject: [PATCH] fix: tags --- CHANGELOG.md | 2 +- crates/aiken-lang/Cargo.toml | 2 +- crates/aiken-lsp/Cargo.toml | 2 +- crates/aiken-project/Cargo.toml | 8 ++++---- crates/aiken/Cargo.toml | 15 ++++++++++++--- crates/flat-rs/Cargo.toml | 2 +- crates/uplc/Cargo.toml | 2 +- 7 files changed, 21 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18241c38..8e0e645f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v1.0.16-alpha - 2023-08-22 +## v1.0.16-alpha - 2023-08-24 ### Removed diff --git a/crates/aiken-lang/Cargo.toml b/crates/aiken-lang/Cargo.toml index 64cc620a..c6e80ced 100644 --- a/crates/aiken-lang/Cargo.toml +++ b/crates/aiken-lang/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aiken-lang" description = "The Aiken compiler" -version = "1.0.16-alpha" +version = "1.0.15-alpha" edition = "2021" repository = "https://github.com/aiken-lang/aiken" homepage = "https://github.com/aiken-lang/aiken" diff --git a/crates/aiken-lsp/Cargo.toml b/crates/aiken-lsp/Cargo.toml index cf8dbeda..ac51d8eb 100644 --- a/crates/aiken-lsp/Cargo.toml +++ b/crates/aiken-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aiken-lsp" -version = "1.0.16-alpha" +version = "1.0.15-alpha" edition = "2021" description = "Cardano smart contract language and toolchain" repository = "https://github.com/aiken-lang/aiken" diff --git a/crates/aiken-project/Cargo.toml b/crates/aiken-project/Cargo.toml index 78bb8820..d79705eb 100644 --- a/crates/aiken-project/Cargo.toml +++ b/crates/aiken-project/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "aiken-project" description = "Aiken project utilities" -version = "1.0.16-alpha" +version = "1.0.15-alpha" edition = "2021" repository = "https://github.com/aiken-lang/aiken/crates/project" homepage = "https://github.com/aiken-lang/aiken" license = "Apache-2.0" authors = [ - "Lucas Rosa ", - "Kasey White ", - "KtorZ ", + "Lucas Rosa ", + "Kasey White ", + "KtorZ ", ] rust-version = "1.66.1" diff --git a/crates/aiken/Cargo.toml b/crates/aiken/Cargo.toml index 65d6a618..bd1af1cd 100644 --- a/crates/aiken/Cargo.toml +++ b/crates/aiken/Cargo.toml @@ -1,18 +1,27 @@ [package] name = "aiken" description = "Cardano smart contract language and toolchain" -version = "1.0.16-alpha" +version = "1.0.15-alpha" edition = "2021" repository = "https://github.com/aiken-lang/aiken" homepage = "https://github.com/aiken-lang/aiken" license = "Apache-2.0" -authors = ["Lucas Rosa ", "Kasey White ", "KtorZ "] +authors = [ + "Lucas Rosa ", + "Kasey White ", + "KtorZ ", +] rust-version = "1.66.1" build = "build.rs" [dependencies] anyhow = "1.0.69" -clap = { version = "4.1.8", features = ["derive", "wrap_help", "unicode", "string"] } +clap = { version = "4.1.8", features = [ + "derive", + "wrap_help", + "unicode", + "string", +] } hex = "0.4.3" ignore = "0.4.20" indoc = "2.0" diff --git a/crates/flat-rs/Cargo.toml b/crates/flat-rs/Cargo.toml index 60130e7f..7e9dcfde 100644 --- a/crates/flat-rs/Cargo.toml +++ b/crates/flat-rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flat-rs" description = "Flat codec" -version = "1.0.16-alpha" +version = "1.0.15-alpha" edition = "2021" repository = "https://github.com/aiken-lang/aiken/crates/flat" homepage = "https://github.com/aiken-lang/aiken" diff --git a/crates/uplc/Cargo.toml b/crates/uplc/Cargo.toml index 3d419d8d..18e2bce4 100644 --- a/crates/uplc/Cargo.toml +++ b/crates/uplc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uplc" description = "Utilities for working with Untyped Plutus Core" -version = "1.0.16-alpha" +version = "1.0.15-alpha" edition = "2021" repository = "https://github.com/aiken-lang/aiken/crates/uplc" homepage = "https://github.com/aiken-lang/aiken"