Skip to content

Commit 9224a96

Browse files
authored
Bump version to 1.0.0 + Release Notes (#40)
1 parent 0b62c18 commit 9224a96

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.0.0 (2023-09-20)
2+
## New Features
3+
- squishserver module - allows managing squishservers and (un)registering AUTs directly from your tests (#18)
4+
- object_tree module - introduces a seamless object tree navigation and search capabilities (#28)
5+
- Comprehensive documentation [(https://squape.cyberalpaca.com)](https://squape.cyberalpaca.com) for the Squape module is now available to help you make the most of its features
6+
7+
## Improvements
8+
- squishtest support - Squape can be used togather with squishtest module now (#33)
9+
110
# 0.2.2 (2023-05-21)
211
## Bugfixes
312
- Fixed activating log level support for some Squish test functions (#27)

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ namespaces = false
1111

1212
[project]
1313
name = "squape"
14-
version = "0.2.2"
14+
version = "1.0.0"
1515
authors = [
1616
{ name="Cyber Alpaca", email="[email protected]" },
1717
]
1818
requires-python = ">=3.8"
1919
readme = "README.md"
2020
description = "Python utilities for the Squish GUI Tester"
21+
2122
classifiers = [
2223
"Programming Language :: Python :: 3",
2324
"Programming Language :: Python :: 3.8",
@@ -28,4 +29,5 @@ classifiers = [
2829

2930
[project.urls]
3031
"Homepage" = "https://github.com/CyberAlpaca/squish-api-python-extension"
31-
"Cyber Alpaca" = "https://cyberalpaca.com"
32+
"Documentation" = "https://squape.cyberalpaca.com"
33+
"Cyber Alpaca" = "https://cyberalpaca.com"

0 commit comments

Comments
 (0)