pbogut / recurring_events

Elixir library for dealing with recurring events
MIT License
26 stars 8 forks source link

new release? #13

Closed bgentry closed 6 years ago

bgentry commented 6 years ago

Hi there, thanks for creating this package!

The latest released version (v0.3.0) contains some warnings on newer Elixir versions:

warning: clauses for the same defp should be grouped together, defp by_set_position/2 was previously defined (lib/recurring_events.ex:160)
  lib/recurring_events.ex:172

These appear to be fixed on master. Any chance you could publish a new version of this package so we can run off a published version? Thanks! :pray:

pbogut commented 6 years ago

Thanks for using it. I've just released 0.4.0.

bgentry commented 5 years ago

@pbogut could you also push this tag to GitHub? thank you!

pbogut commented 5 years ago

Apparently forgot about it, sorry, its pushed now.