ueberauth / guardian

Elixir Authentication
MIT License
3.43k stars 382 forks source link

v1.2.1 has a typo in mix.exs (`runtume`), can we get a 1.2.2 release? #594

Closed JamesFerguson closed 5 years ago

JamesFerguson commented 5 years ago

The typo was fixed in #568 back in January but there's no release available that has the fix. This is breaking an editor plugin I use (c.f. https://github.com/KronicDeth/intellij-elixir/issues/1495).

Could we get a point release?

yordis commented 5 years ago

Moved to #588

kreba commented 5 years ago

Yes, please give the release button some love.

yordis commented 5 years ago

Done

kreba commented 5 years ago

Whoa, a whole major release! :astonished:
Thanks a bunch! :smile: :+1:

yordis commented 5 years ago

@kreba the breaking change is introduced by Phoenix 1.3 and we decided to split the packages so we are not required to introduce breaking changes in Guardian itself again because of a dependency.