We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450c91d commit b8e5d2cCopy full SHA for b8e5d2c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.4.1 (2024-11-28)
4
+
5
+### Maintenances
6
+ * Address Elixir 1.17 warnings
7
8
## v0.4.0 (2024-04-22)
9
10
### Enhancements
README.md
@@ -26,7 +26,7 @@ Add `delta` to your project dependencies in `mix.exs`:
26
27
```elixir
28
def deps do
29
- [{:delta, "~> 0.4.0"}]
+ [{:delta, "~> 0.4.1"}]
30
end
31
```
32
mix.exs
@@ -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"
0 commit comments