Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 12, 2024
1 parent 196a258 commit 07f4063
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v1.5.1 (2024-02-12)

### Performance

* perf: try generators for map and filter (#113) ([`196a258`](https://github.com/MartinBernstorff/iterpy/commit/196a258b922bf2a0563eabbd5d5728c6a792ad73))

* perf: try generators for map and filter ([`cf2adc6`](https://github.com/MartinBernstorff/iterpy/commit/cf2adc6b588c8f39fa3d67c67332cd8bb4ad421c))


## v1.5.0 (2024-02-11)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "iterpy"
version = "1.5.0"
version = "1.5.1"
authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }]
description = "iterpy"
classifiers = [
Expand Down

0 comments on commit 07f4063

Please sign in to comment.