Skip to content

Commit d941f54

Browse files
committed
Update mix version and readme for release and v4 docs
1 parent 20c301c commit d941f54

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ on the Phoenix HTML generator under the hood.
1414

1515
![image](https://user-images.githubusercontent.com/7085617/36333572-70e3907e-132c-11e8-9ad2-bd5e98aadc7c.png)
1616

17+
## NOTE
18+
19+
At the moment, the main release of Torch (version 3.x) only supports Phoenix Framework 1.5 and below. If you
20+
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).
21+
22+
When Phoenix 1.6 support is fully stabilized in the [v4 branch](https://github.com/mojotech/torch/tree/v4), Torch 4
23+
will become the new "default" release, and we will move the current Torch v3 release into a `v3` branch which will be maintained
24+
for support but no new feature development. All new feature development will be on Torch v4 going forward.
25+
1726
## Installation
1827

1928
To install Torch, perform the following steps:
@@ -23,7 +32,7 @@ To install Torch, perform the following steps:
2332
```elixir
2433
def deps do
2534
[
26-
{:torch, "~> 3.6"}
35+
{:torch, "~> 3.8"}
2736
]
2837
end
2938
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Torch.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/mojotech/torch"
5-
@version "3.7.1"
5+
@version "3.8.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)