Skip to content

Commit b8e5d2c

Browse files
committed
Release 0.4.1
1 parent 450c91d commit b8e5d2c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.4.1 (2024-11-28)
4+
5+
### Maintenances
6+
* Address Elixir 1.17 warnings
7+
38
## v0.4.0 (2024-04-22)
49

510
### Enhancements

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add `delta` to your project dependencies in `mix.exs`:
2626

2727
```elixir
2828
def deps do
29-
[{:delta, "~> 0.4.0"}]
29+
[{:delta, "~> 0.4.1"}]
3030
end
3131
```
3232

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Delta.MixProject do
44

55
@app :delta
66
@name "Delta"
7-
@version "0.4.0"
7+
@version "0.4.1"
88
@github "https://github.com/slab/delta-elixir"
99

1010

0 commit comments

Comments
 (0)