Skip to content

Commit

Permalink
Version bump v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Sep 2, 2024
1 parent e853bb1 commit eeaef48
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
32 changes: 27 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ aioitertools
[![Generated by attribution][attribution-badge]][attribution-url]


v0.12.0
-------

Feature release

- New: added `itertools.batched()` from Python 3.13 (#177)
- New: added `builtins.tuple()` (#152)
- Docs: fixed rendering of shell sections (#183)
- Python: added support for 3.12 and 3.13 (#154, #192)
- Python: dropped support for 3.6 and 3.7 (#154)
- Dev: updated gitignore and contributing guide (#176, #192)
- Dev: use `uv` for creating venv and installing deps when available (#192)

```text
$ git shortlog -s v0.11.0...v0.12.0
7 Amethyst Reese
1 Julian Gilbey
2 Stanley Kudrow
1 Vlastimil Zíma
17 dependabot[bot]
```


v0.11.0
-------

Expand All @@ -18,9 +41,8 @@ Feature release

```text
$ git shortlog -s v0.10.0...v0.11.0
10 Amethyst Reese
16 Amethyst Reese
2 Daniel Miranda
6 Amethyst Reese
1 Minsung.Kim
12 dependabot[bot]
```
Expand Down Expand Up @@ -88,9 +110,9 @@ Feature release:

```text
$ git shortlog -s v0.7.1...v0.8.0
15 Amethyst Reese
1 Bryan Forbes
2 Jason Fried
15 Amethyst Reese
1 Kevin Stone
3 Roger Aiudi
3 Sunyeop Lee
Expand Down Expand Up @@ -138,8 +160,8 @@ Metadata fix

```text
$ git shortlog -s v0.6.0...v0.6.1
1 Dima Tisnek
6 Amethyst Reese
1 Dima Tisnek
```


Expand Down Expand Up @@ -247,8 +269,8 @@ Feature release v0.3.0:

```text
$ git shortlog -s v0.2.0...v0.3.0
6 Bryan Forbes
12 Amethyst Reese
6 Bryan Forbes
```


Expand Down
2 changes: 1 addition & 1 deletion aioitertools/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""

__version__ = "0.11.0"
__version__ = "0.12.0"

0 comments on commit eeaef48

Please sign in to comment.