Skip to content

v0.7.0

Latest

Choose a tag to compare

@lawik lawik released this 22 May 06:55
· 46 commits to main since this release
Immutable release. Only release title and notes can be modified.

Changed

  • Raised the minimum Elixir version to 1.15.
  • Replaced the uuid dependency with elixir_uuid. The uuid hex package was
    rebranded as elixir_uuid starting with v1.2.0, and keeping the old name
    caused mix release to fail with duplicated Elixir.UUID modules in
    projects that also depend on elixir_uuid.
  • circular_buffer requirement relaxed to ~> 0.4 or ~> 1.0.