Bump versions to 1.0.0-alpha, update CHANGELOG.

This commit is contained in:
KtorZ
2023-04-13 17:35:21 +02:00
parent 00550f8ddb
commit 067e39286d
8 changed files with 30 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aiken-lang"
description = "The Aiken compiler"
version = "0.0.29"
version = "1.0.0-alpha"
edition = "2021"
repository = "https://github.com/aiken-lang/aiken"
homepage = "https://github.com/aiken-lang/aiken"
@@ -20,9 +20,10 @@ ordinal = "0.3.2"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
strum = "0.24.1"
thiserror = "1.0.39"
uplc = { path = '../uplc', version = "0.0.29" }
vec1 = "1.10.1"
uplc = { path = '../uplc', version = "1.0.0-alpha" }
[dev-dependencies]
indoc = "2.0.1"
pretty_assertions = "1.3.0"