From 53b219302344a07b51ed8f2ebe2da7cb40c92fc2 Mon Sep 17 00:00:00 2001 From: James Harton Date: Fri, 19 Jul 2024 14:22:55 +1200 Subject: [PATCH] chore: release version v0.1.2 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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 [