diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe9d86..4f7a67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.2](https://github.com/ash-project/iterex/compare/v0.1.1...v0.1.2) (2024-07-19) + + + + +### Improvements: + +* Add generic enumerable conversion with adequate warnings. (#1) + ## [v0.1.1](https://github.com/ash-project/iterex/compare/v0.1.0...v0.1.1) (2024-06-14) diff --git a/README.md b/README.md index 1e25345..ad98260 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The package can be installed by adding `iterex` to your list of dependencies in ```elixir def deps do [ - {:iterex, "~> 0.1.1"} + {:iterex, "~> 0.1.2"} ] end ``` diff --git a/mix.exs b/mix.exs index df4f7ab..32ab2bf 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Iter.MixProject do @moduledoc """ Lazy, external iterators for Elixir. """ - @version "0.1.1" + @version "0.1.2" def project do [