From 4c4ed18e933310668648f051ba23cf718869d1c3 Mon Sep 17 00:00:00 2001 From: Kristian Larsson Date: Mon, 3 Jan 2022 13:46:07 +0100 Subject: [PATCH] Release v0.7.3 --- CHANGELOG.md | 4 ++++ common.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1f4aa9f..fda41a816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased + +## [0.7.3] (2022-01-03) + ### Fixed - Fix segfaults in RTS argument parsing [#420] - Missing argument to option would previously lead to segfault, which is now @@ -640,6 +643,7 @@ then, this second incarnation has been in focus and 0.2.0 was its first version. [0.7.0]: https://github.com/actonlang/acton/compare/v0.6.4...v0.7.0 [0.7.1]: https://github.com/actonlang/acton/compare/v0.7.0...v0.7.1 [0.7.2]: https://github.com/actonlang/acton/compare/v0.7.1...v0.7.2 +[0.7.3]: https://github.com/actonlang/acton/compare/v0.7.2...v0.7.3 [homebrew-acton#7]: https://github.com/actonlang/homebrew-acton/pull/7 [homebrew-acton#28]: https://github.com/actonlang/homebrew-acton/pull/28 diff --git a/common.mk b/common.mk index 70d11aeea..a48124b24 100644 --- a/common.mk +++ b/common.mk @@ -1 +1 @@ -VERSION=0.7.2 +VERSION=0.7.3