Skip to content

Commit a18ec94

Browse files
authored
v1.23.0 (#84)
1 parent caf3300 commit a18ec94

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14+
- Added `verda.instances.create(wait_for_status=...)`. Supplying `wait_for_status=None` would return without waiting.
15+
16+
## [1.22.0] - 2026-03-20
17+
18+
### Added
19+
1420
- Job deployments (Batch jobs) service
1521
- Container types
1622
- Cluster types

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "verda"
3-
version = "1.22.0"
3+
version = "1.23.0"
44
description = "Official Python SDK for Verda (formerly DataCrunch) Public API"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)