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 ae9289a commit 6f90689Copy full SHA for 6f90689
HISTORY.md
@@ -1,6 +1,11 @@
1
+# 0.2.2 (2023-05-21)
2
+## Bugfixes
3
+- Fixed activating log level support for some Squish test functions (#27)
4
+- Fixed setting initial `LOGLEVEL` to 'LOG' (#29)
5
+
6
# 0.2.1 (2023-05-17)
7
## Bugfixes
-- Fixed a bug with setting log level via `set_leve()`(#24)
8
+- Fixed a bug with setting log level via `set_level()`(#24)
9
10
# 0.2.0 (2023-05-03)
11
## New Features
pyproject.toml
@@ -11,7 +11,7 @@ namespaces = false
12
[project]
13
name = "squape"
14
-version = "0.2.1"
+version = "0.2.2"
15
authors = [
16
{ name="Cyber Alpaca", email="[email protected]" },
17
]
0 commit comments