Skip to content

Commit

Permalink
chore: release version v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Jul 19, 2024
1 parent 7f7cacd commit 53b2193
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 53b2193

Please sign in to comment.