From 094c5ad5bc8ef09f7f9b2fc63054d4bafe4a4e0a Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Tue, 22 Aug 2023 21:10:57 -0700 Subject: [PATCH] Bump version to 1.1.1 and prepare release notes (#635) --- CHANGES.md | 9 +++++++++ default.nix | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 04f13cfd..9715ff5a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Unreleased Changes +# Release 1.1.1 (2023-08-22) + +This is a bug fix release that addresses a miscompilation related to +globals imported from C. + +## Fixed Bugs + + * Fixed miscompilation of nested arrays included via C headers. + # Release 1.1.0 (2023-05-05) This release brings Terra up to date with LLVM releases and deprecates/removes diff --git a/default.nix b/default.nix index 00c8d2f9..36a9e174 100644 --- a/default.nix +++ b/default.nix @@ -43,7 +43,7 @@ let in stdenv.mkDerivation rec { pname = "terra"; - version = "1.1.0"; + version = "1.1.1"; src = ./.;