We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bc60f commit 1c291feCopy full SHA for 1c291fe
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.1.3
4
+
5
+ * Fix compilation warnings with current Elixir version (1.18) and upcoming Elixir version.
6
7
## v1.1.2
8
9
* Fix one more Elixir 1.17 warning.
mix.exs
@@ -1,7 +1,7 @@
defmodule StreamData.Mixfile do
use Mix.Project
- @version "1.1.2"
+ @version "1.1.3"
@repo_url "https://github.com/whatyouhide/stream_data"
def project() do
0 commit comments