Skip to content

Releases: parallel-web/parallel-web-tools

v0.0.14

09 Feb 21:52
9d00db2

Choose a tag to compare

feat: support Python 3.10+ and bump version to 0.0.14 (#31)

Lower minimum Python version from 3.12 to 3.10 by replacing PEP 695
generic class syntax with Generic[T] and datetime.UTC with
datetime.timezone.utc. Expand CI test matrix to cover 3.10-3.14.

v0.0.13

07 Feb 03:12
3e7387e

Choose a tag to compare

chore: bump version to 0.0.13 (#29)

v0.0.13rc2

07 Feb 03:00
60739a8

Choose a tag to compare

v0.0.13rc2 Pre-release
Pre-release
chore: bump version to 0.0.13rc2, upgrade parallel-web SDK to 0.4.1 (…

v0.0.13rc1

07 Feb 01:43
6c04573

Choose a tag to compare

v0.0.13rc1 Pre-release
Pre-release
chore: bump version to 0.0.13rc1 (#28)

v0.0.12

03 Feb 02:53
791b156

Choose a tag to compare

fix: set executable permission after CLI update (#23)

zipfile.extractall() doesn't preserve Unix file permissions, causing
"permission denied" errors when running the CLI after an update.

This fix explicitly sets the executable bit (chmod +x) on the
parallel-cli binary after copying files during the update process.

Also bumps version to 0.0.12.

v0.0.11

31 Jan 00:56
13c777a

Choose a tag to compare

chore: release 0.0.11 (#22)

v0.0.10

28 Jan 03:29
2a8a654

Choose a tag to compare

chore: release 0.0.10 (#20)

Update version to 0.0.10 in:
- pyproject.toml
- parallel_web_tools/__init__.py
- tests/test_cli.py
- parallel_web_tools/integrations/bigquery/cloud_function/requirements.txt

v0.0.9

27 Jan 18:38
0ad0819

Choose a tag to compare

chore: release 0.0.9 (#18)

v0.0.9rc1

27 Jan 18:26
23a424c

Choose a tag to compare

v0.0.9rc1 Pre-release
Pre-release
chore: release 0.0.9rc1 (#15)

* chore: bump version to 0.0.9rc1, update install URL

* docs: clarify standalone vs pip install features

v0.0.8

27 Jan 03:48
ab77dfd

Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8