diff --git a/torchx/CHANGELOG.md b/torchx/CHANGELOG.md index 40eb2fc5e1..f2c498096b 100644 --- a/torchx/CHANGELOG.md +++ b/torchx/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.10.1 (2025-06-17) + + * Update Libtorch to version 2.8 + ## v0.10.0 (2025-06-17) * Update Libtorch to version 2.7 diff --git a/torchx/mix.exs b/torchx/mix.exs index fa5531e541..cc33005b87 100644 --- a/torchx/mix.exs +++ b/torchx/mix.exs @@ -2,7 +2,7 @@ defmodule Torchx.MixProject do use Mix.Project @source_url "https://github.com/elixir-nx/nx" - @version "0.10.0" + @version "0.10.1" @libtorch_compilers [:torchx, :cmake]