From d941f54682144c3560dea3f140cdfbebfdab2ef1 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Tue, 8 Feb 2022 11:37:57 -0500 Subject: [PATCH] Update mix version and readme for release and v4 docs --- README.md | 11 ++++++++++- mix.exs | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8de13ee1..c7229aef 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ on the Phoenix HTML generator under the hood. ![image](https://user-images.githubusercontent.com/7085617/36333572-70e3907e-132c-11e8-9ad2-bd5e98aadc7c.png) +## NOTE + +At the moment, the main release of Torch (version 3.x) only supports Phoenix Framework 1.5 and below. If you +need Phoenix 1.6+ support, please use the Torch v4.x release and reference the code in the [v4 branch](https://github.com/mojotech/torch/tree/v4). + +When Phoenix 1.6 support is fully stabilized in the [v4 branch](https://github.com/mojotech/torch/tree/v4), Torch 4 +will become the new "default" release, and we will move the current Torch v3 release into a `v3` branch which will be maintained +for support but no new feature development. All new feature development will be on Torch v4 going forward. + ## Installation To install Torch, perform the following steps: @@ -23,7 +32,7 @@ To install Torch, perform the following steps: ```elixir def deps do [ - {:torch, "~> 3.6"} + {:torch, "~> 3.8"} ] end ``` diff --git a/mix.exs b/mix.exs index 7e9a48f0..0f2a3c84 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Torch.MixProject do use Mix.Project @source_url "https://github.com/mojotech/torch" - @version "3.7.1" + @version "3.8.0" def project do [