Browse Source

v0.7.0

pull/59/head v0.7.0
Garrit Franke 2 years ago
parent
commit
ba311221af
Signed by: garrit
GPG Key ID: 65586C4DDA55EA2C
  1. 4
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml

4
CHANGELOG.md

@ -2,6 +2,10 @@
## Unreleased
xxx
## v0.7.0 (2022-06-15)
**Changes**
- Arrays now have a fixed capacity

2
Cargo.lock generated

@ -22,7 +22,7 @@ dependencies = [
[[package]]
name = "antimony-lang"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"inkwell",
"lazy_static",

2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "antimony-lang"
version = "0.6.0"
version = "0.7.0"
authors = ["Garrit Franke <garrit@slashdev.space>"]
description = "The Antimony programming language"
license = "Apache-2.0"

Loading…
Cancel
Save