fix: tags

This commit is contained in:
rvcas 2023-08-24 15:00:09 -06:00
parent 379368c530
commit 747e057d05
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
7 changed files with 21 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## v1.0.16-alpha - 2023-08-22
## v1.0.16-alpha - 2023-08-24
### Removed

View File

@ -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"

View File

@ -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"

View File

@ -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 <x@rvcas.dev>",
"Kasey White <kwhitemsg@gmail.com>",
"KtorZ <matthias.benkort@gmail.com>",
"Lucas Rosa <x@rvcas.dev>",
"Kasey White <kwhitemsg@gmail.com>",
"KtorZ <matthias.benkort@gmail.com>",
]
rust-version = "1.66.1"

View File

@ -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 <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>", "KtorZ <matthias.benkort@gmail.com>"]
authors = [
"Lucas Rosa <x@rvcas.dev>",
"Kasey White <kwhitemsg@gmail.com>",
"KtorZ <matthias.benkort@gmail.com>",
]
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"

View File

@ -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"

View File

@ -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"