Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jul 1, 2024
1 parent e2da131 commit e704d59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.7.1](https://github.com/elixir-nx/xla/tree/v0.7.1) (2024-07-01)

### Changed

* `XLA_TARGET` to default to a matching target when CUDA installation is detected ([#88](https://github.com/elixir-nx/xla/pull/88))

## [v0.7.0](https://github.com/elixir-nx/xla/tree/v0.7.0) (2024-05-21)

### 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.0"
@version "0.7.1"

def project do
[
Expand Down

0 comments on commit e704d59

Please sign in to comment.