Skip to content

Commit eccdbdc

Browse files
authored
Bump version to 1.1. + Release Notes (#58)
1 parent 3f31489 commit eccdbdc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.1 (2024-07-05)
2+
## New Features
3+
- object_tree module - function to wait for any object from the provided object names list (#52)
4+
- squishserver module - Add sync and async command execution methods (#54)
5+
6+
## Bugfixes
7+
- report module - Set result context to proper value and fix section results entries to point to proper script lines (#55)
8+
9+
## Improvements
10+
- object_tree - Documentation for multiple functions (#56)
11+
112
# 1.0.1 (2024-01-18)
213
## Bugfixes
314
- squishserver module - fix handling of the host, port, and location of the target squishserver (#48)

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 = "1.0.1"
14+
version = "1.1"
1515
authors = [
1616
{ name="Cyber Alpaca", email="[email protected]" },
1717
]

0 commit comments

Comments
 (0)