A new version of LFE has been released!

2.1.0 is here ๐Ÿ˜

Not only that, but @rvirding has some more improvements on the way (a 2.1.1 release is already planned for addressing some long-standing matching edge cases).

@lfe @rvirding I've just updated the LFE website to point to the new version ๐Ÿ˜„ ๐Ÿ’š โค๏ธ ๐Ÿ’›

@lfe @rvirding It's up on hex.pm now, too (thanks to some gentle prodcing from Kamil on the LFE Slack ๐Ÿ˜„):

https://hex.pm/packages/lfe

lfe

Lisp Flavored Erlang (LFE)

Hex
@oubiwann @lfe @rvirding
Got a 404 on the first link

@eelcoh @lfe @rvirding Yeah, that's an issue with docs generation and hex. I'm going to be addressing as part of this ticket: https://github.com/lfe/lfe/issues/460

(see the note about warnings/errors at the end)

Add a make target for publishing to hex.pm ยท Issue #460 ยท lfe/lfe

We've run into issues with publishing to hex.pm in the past; most recently (for the 2.1.0 release), I couldn't publish due to an old lfe.app in ./ebin. At the very least, we need to update ...

GitHub