Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Aug 14, 2024
1 parent ee05cc2 commit 4094aea
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v0.8.0](https://github.com/elixir-nx/xla/tree/v0.8.0) (2024-08-17)

### Added

* Integrity verification when downloading the precompiled binaries ([#94](https://github.com/elixir-nx/xla/pull/94))

### Changed

* Bumped the version requirement for CUDA 12 to cuDNN 9.1+ ([#93](https://github.com/elixir-nx/xla/pull/93))
* Archive file names to include the release version
* Dropped the requirement for either `wget` or `curl` to be installed ([#94](https://github.com/elixir-nx/xla/pull/94))

### Removed

* Removed the `XLA_HTTP_HEADERS` environment variable ([#94](https://github.com/elixir-nx/xla/pull/94))

### Fixed

* Download failures due to GitHub API rate limiting on CI ([#94](https://github.com/elixir-nx/xla/pull/94))

## [v0.7.1](https://github.com/elixir-nx/xla/tree/v0.7.1) (2024-07-01)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule XLA.MixProject do
use Mix.Project

@version "0.7.1"
@version "0.8.0"

def project do
[
Expand Down

0 comments on commit 4094aea

Please sign in to comment.