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 e1be08d commit 48a3e60Copy full SHA for 48a3e60
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.2.0
4
+
5
+ * Add `StreamData.shuffle/1`.
6
7
## v1.1.3
8
9
* Fix compilation warnings with current Elixir version (1.18) and upcoming Elixir version.
mix.exs
@@ -1,7 +1,7 @@
defmodule StreamData.Mixfile do
use Mix.Project
- @version "1.1.3"
+ @version "1.2.0"
@repo_url "https://github.com/whatyouhide/stream_data"
def project() do
0 commit comments