elixirmoney / money

Elixir library for working with Money safer, easier, and fun... Is an interpretation of the Fowler's Money pattern in fun.prog.
https://hex.pm/packages/money/
MIT License
820 stars 140 forks source link

premix.exs. Reason: enoent #228

Closed paridin closed 2 weeks ago

paridin commented 2 weeks ago

The latest version 0.13.0 gives me the error ../deps/money/blend/premix.exs. Reason: enoent.

heywhy commented 2 weeks ago

I'm thinking it's a leftover. I hope they fix it ASAP.

heywhy commented 2 weeks ago

this particular change led to this issue

paridin commented 2 weeks ago

Yes, it's missing from the release, it should be added via package/1 at mix file adding the files attribute to the keyword list.

tekpriest commented 2 weeks ago

installing old version 1.12.4 worked

grzuy commented 2 weeks ago

Yes, it's missing from the release, it should be added via package/1 at mix file adding the files attribute to the keyword list.

blend is a dev-only tool, not intended for the release.

https://github.com/elixirmoney/money/pull/229

Nitrino commented 2 weeks ago

Hi. I am sorry for this incident. I've released v1.13.1 and v1.13.0 has been retired. Thanks everyone for noticing and big thanks to @grzuy for the fix!