Version bump v0.12.0
This commit is contained in:
parent
e853bb1c43
commit
eeaef4806a
32
CHANGELOG.md
32
CHANGELOG.md
|
@ -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
|
||||
-------
|
||||
|
||||
|
@ -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]
|
||||
```
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -4,4 +4,4 @@ This file is automatically generated by attribution.
|
|||
Do not edit manually. Get more info at https://attribution.omnilib.dev
|
||||
"""
|
||||
|
||||
__version__ = "0.11.0"
|
||||
__version__ = "0.12.0"
|
||||
|
|
Loading…
Reference in New Issue