Skip to content

Commit

Permalink
Update CHANGES.md and bump version for release 1.1.0 (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter authored May 5, 2023
1 parent c2d477a commit be89521
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Unreleased Changes to be Version 1.1.0
# Unreleased Changes

# Release 1.1.0 (2023-05-05)

This release brings Terra up to date with LLVM releases and deprecates/removes
some older LLVM versions. No breaking changes are expected.

## Added features

* Support for LLVM 15 and 16

## Improvements

* Fixes for WASM calling convention
* Fixes for tests on macOS 13
* Fixes for 32-bit ARM on Linux (note this configuration is still experimental)
* Verify SHA-256 hashsums of all downloads in CMake build

## Deprecated features

* Deprecated support for LLVM <= 10
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.0.6";
version = "1.1.0";

src = ./.;

Expand Down

0 comments on commit be89521

Please sign in to comment.