Skip to content

Commit

Permalink
Bump version to 0.2.2 + Release Notes (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adakar authored May 21, 2023
1 parent ae9289a commit 6f90689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 0.2.2 (2023-05-21)
## Bugfixes
- Fixed activating log level support for some Squish test functions (#27)
- Fixed setting initial `LOGLEVEL` to 'LOG' (#29)

# 0.2.1 (2023-05-17)
## Bugfixes
- Fixed a bug with setting log level via `set_leve()`(#24)
- Fixed a bug with setting log level via `set_level()`(#24)

# 0.2.0 (2023-05-03)
## New Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespaces = false

[project]
name = "squape"
version = "0.2.1"
version = "0.2.2"
authors = [
{ name="Cyber Alpaca", email="contact@cyberalpaca.com" },
]
Expand Down

0 comments on commit 6f90689

Please sign in to comment.