Skip to content

Commit

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

<!-- changelog -->

## [v0.1.1](https://github.com/ash-project/iterex/compare/v0.1.0...v0.1.1) (2024-06-14)




### Improvements:

* File.Stream: Add `IntoIterable` for `File.Stream`.

* IO.Stream: Add `IntoIterable` for `IO.Stream`.

* Date.Range: Add `IntoIterator` for `Date.Range`.

## [v0.1.0](https://github.com/ash-project/iterex/compare/v0.1.0...v0.1.0) (2024-06-11)


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.0"}
{:iterex, "~> 0.1.1"}
]
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.0"
@version "0.1.1"

def project do
[
Expand Down

0 comments on commit 910dd92

Please sign in to comment.