Skip to content

Commit 6f90689

Browse files
authored
Bump version to 0.2.2 + Release Notes (#30)
1 parent ae9289a commit 6f90689

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 0.2.1 (2023-05-17)
27
## Bugfixes
3-
- Fixed a bug with setting log level via `set_leve()`(#24)
8+
- Fixed a bug with setting log level via `set_level()`(#24)
49

510
# 0.2.0 (2023-05-03)
611
## New Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespaces = false
1111

1212
[project]
1313
name = "squape"
14-
version = "0.2.1"
14+
version = "0.2.2"
1515
authors = [
1616
{ name="Cyber Alpaca", email="[email protected]" },
1717
]

0 commit comments

Comments
 (0)