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

@@ -132,7 +132,7 @@ EOF
list_versions() {
say "available versions"
curl -sSL "https://api.github.com/repos/aiken-lang/aiken/tags" |
grep -E '"name": "v' |
grep -E '"name": "v[1-9]' |
sed 's/.*\(v[^"]*\)",.*/\1/'
}