Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martosaur committed Nov 28, 2024
1 parent 450c91d commit b8e5d2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.4.1 (2024-11-28)

### Maintenances
* Address Elixir 1.17 warnings

## v0.4.0 (2024-04-22)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add `delta` to your project dependencies in `mix.exs`:

```elixir
def deps do
[{:delta, "~> 0.4.0"}]
[{:delta, "~> 0.4.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Delta.MixProject do

@app :delta
@name "Delta"
@version "0.4.0"
@version "0.4.1"
@github "https://github.com/slab/delta-elixir"


Expand Down

0 comments on commit b8e5d2c

Please sign in to comment.