From cdbfd195553a8751f065c5dbbfda62edee7ee340 Mon Sep 17 00:00:00 2001 From: Kristian Larsson Date: Wed, 25 Aug 2021 18:57:30 +0200 Subject: [PATCH] Release v0.5.2 --- CHANGELOG.md | 2 ++ common.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a496dd15..740938a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.5.2](https://github.com/actonlang/acton/releases/tag/v0.5.2) (2021-08-25) + ### Fixed - It is now possible to raise exceptions. - Previously a naming misalignment between the Acton compiler code generation diff --git a/common.mk b/common.mk index 9f7c833a0..2313ac487 100644 --- a/common.mk +++ b/common.mk @@ -1 +1 @@ -VERSION=0.5.1 +VERSION=0.5.2