beam-community / bamboo

Testable, composable, and adapter based Elixir email library for devs that love piping.
https://hex.pm/packages/bamboo
MIT License
1.9k stars 343 forks source link

fix invalid typespec #662

Closed epinault closed 3 months ago

epinault commented 4 months ago

See #660

epinault commented 3 months ago

is it possible to get it merged?

btkostner commented 3 months ago

Sorry about that. Looks like CI is failing but it's unrelated to this change.

epinault commented 3 months ago

are you going to release a new version? or do you need a PR for that too?

btkostner commented 3 months ago

It will be released when we get everything from the org transfer setup (like hex auth.) Also when we get some other quick fixes in.

epinault commented 3 months ago

any timeline ? we have been waiting for that fix for a while

btkostner commented 3 months ago

There is not a timeline for a release, but in the mean time you can pull the code directly from GitHub by using this in your mix.exs file:

def deps do
  [
    {:bamboo, github: "beam-community/bamboo", ref: "7b5d99dd46b5466e5e4f857c2403a76114212e3e"}
  ]
end