Skip to content

v0.6.0

Compare
Choose a tag to compare
@adriankumpf adriankumpf released this 02 Dec 16:47
· 54 commits to master since this release

Breaking Changes

  • Use Tesla.Adapter.Hackney as default adapter. Add hackney to the list of dependencies if you don't want to use another HTTP adapter (see Tesla Adapters to find all available adapters and SRTM.Client.new/2 on how to configure another adapter).

    def deps do
      [
        {:srtm, "~> 0.6"},
        {:hackney, "~> 1.15"}
      ]
    end