Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garritfra committed Apr 5, 2024
1 parent c8d44cf commit 8358bb3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

## Unreleased

xxx

## v0.8.0 (2024-04-05)

**Features**

- Support for shorthand function bodies ([#94](https://github.com/antimony-lang/antimony/pull/94))

**Maintenance**

- Bump dependency [structopt](https://crates.io/crates/structopt) from `0.3.21` to `0.3.26`
- Bump dependency [inkwell](https://crates.io/crates/inkwell) from `0.1.0-beta.2` to `0.4.0`
- Bump dependency [regex](https://crates.io/crates/regex) from `1.5.5` to `1.10.4`

## v0.7.0 (2022-06-15)

**Changes**
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "antimony-lang"
version = "0.7.0"
version = "0.8.0"
authors = ["Garrit Franke <[email protected]>"]
description = "The Antimony programming language"
license = "Apache-2.0"
Expand Down

0 comments on commit 8358bb3

Please sign in to comment.