Releases: parallel-web/parallel-web-tools
Releases · parallel-web/parallel-web-tools
v0.0.14
v0.0.13
chore: bump version to 0.0.13 (#29)
v0.0.13rc2
chore: bump version to 0.0.13rc2, upgrade parallel-web SDK to 0.4.1 (…
v0.0.13rc1
chore: bump version to 0.0.13rc1 (#28)
v0.0.12
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
chore: release 0.0.11 (#22)
v0.0.10
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
chore: release 0.0.9 (#18)
v0.0.9rc1
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
What's Changed
- feat: slim standalone CLI for faster startup (2.7s → 0.17s) by @NormallyGaussian in #12
- fix: suppress SIGPIPE error in release workflow by @NormallyGaussian in #13
Full Changelog: v0.0.7...v0.0.8