Closed timothyvanderaerden closed 5 months ago
:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:
Will this be released in an updated version soon? I'm just starting a project to upgrade to Elixir 1.16 (or maybe 17) and doing the usual full set of upgrades, but myxql 0.7.0 is being blocked. Thanks.
v3.11.3 is out.
That's what I call turnaround. Thanks.
This relaxes the MyXQL dependency from
~> 0.6.0
to~> 0.6
so version0.7.0
is allowed. I don't think0.7.0
contains any changes that would cause it not to work with the current version ofecto_sql
.I'm not sure if it's intentionally pinnend to
0.6.0
, if so it's probably better to use"~> 0.6.0 or ~> 0.7.0"
.