Skip to content

Commit

Permalink
Bump version to 1.1.1 and prepare release notes (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter authored Aug 23, 2023
1 parent a3a6799 commit 094c5ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let

in stdenv.mkDerivation rec {
pname = "terra";
version = "1.1.0";
version = "1.1.1";

src = ./.;

Expand Down

0 comments on commit 094c5ad

Please sign in to comment.