Skip to content

Commit e4937c9

Browse files
authored
Uprev 0.12.0 (#138)
1 parent 6eac2ca commit e4937c9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.12.0 (2023-08-17)
2+
3+
* build docs on CI by @samuelcolvin in #127
4+
* Update usage to reflect the recent addition of the pytest plugin by @tomhamiltonstubber in #128
5+
* support dataclasses with slots by @samuelcolvin in #136
6+
* Make `Pygments` required #137
7+
8+
## v0.11.0 (2023-04-05)
9+
10+
* added support for sqlalchemy2 by @the-vty in #120
11+
* switch to ruff by @samuelcolvin in #124
12+
* support displaying ast types by @samuelcolvin in #125
13+
* Insert assert by @samuelcolvin in #126
14+
115
## v0.10.0 (2022-11-28)
216

317
* Use secure builtins standard module, instead of the `__builtins__` by @0xsirsaif in #109

devtools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.11.0'
1+
VERSION = '0.12.0'

runtime.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)