Closed rafaeelaudibert closed 8 months ago
Good find. Unfortunately it is a bit too late, we have already released the breakage, so we are in a tough spot:
Given the concept of patch version updates for semver is only after 1.0.0 (anything goes before 1.0.0), it is probably best to continue moving forward and add a clear note in the CHANGELOG. Thank you.
@josevalim I appreciate the considerations, and I ultimately agree with you here. We'll update our dependencies pinning phoeninx_live_view
to < 0.20.12
, thank you
In https://github.com/phoenixframework/phoenix_live_view/commit/0c1667739b1880b3142c959b08116ea1a4744a1a,
floki
was updated to~> 0.36.0
- that version however, dropped support to Elixir v1.12.phoenix_live_view
was not updated tov1.13+
which meant my CI kept breaking because it thought it was fine to upgrade tophoenix_live_view 0.20.13
while it isn't because this transitive dependency now requires a higher Elixir version.I don't think this change belongs to a
patch
version update, so I think we should revert this change and launch a new0.20.14
without the change.If the fix is important - which probably is - it should then be released with a new
phoenix_live_view 0.21.0
with that change plus a bump for Elixirv1.13+