Skip to content

Commit

Permalink
Relase 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Aug 13, 2023
1 parent d6a3f76 commit 038818c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.8.0 (2023-08-14)

### Breaking Changes

- Remove `SRTM.Client`
- Remove `SRTM.Client.purge_in_memory_cache/2`
- Add in-memory cache backend by `:persistent_term`
- Add `:disk_cache_enabled`, `:disk_cache_path`, `:in_memory_cache_enabled` and `:in_memory_cache_module` options to `SRTM.get_elevation/3`

## v0.7.0 (2023-08-13)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add `srtm` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:srtm, "~> 0.7"},
{:srtm, "~> 0.8"},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule SRTM.MixProject do
use Mix.Project

@version "0.7.0"
@version "0.8.0"
@source_url "https://github.com/adriankumpf/srtm"

def project do
Expand Down

0 comments on commit 038818c

Please sign in to comment.