We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eac2ca commit e4937c9Copy full SHA for e4937c9
3 files changed
HISTORY.md
@@ -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
15
## v0.10.0 (2022-11-28)
16
17
* Use secure builtins standard module, instead of the `__builtins__` by @0xsirsaif in #109
devtools/version.py
@@ -1 +1 @@
-VERSION = '0.11.0'
+VERSION = '0.12.0'
runtime.txt
0 commit comments