Bump versions to 1.0.0-alpha, update CHANGELOG.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user