Skip to content

Commit 14705d7

Browse files
Release v0.2.0 (#7)
Co-authored-by: bazzazzadeh <[email protected]>
1 parent 6ad13b3 commit 14705d7

File tree

5 files changed

+32
-13
lines changed

5 files changed

+32
-13
lines changed

.changes/unreleased/Features-20250425-223720.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20250410-235557.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v0.2.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## deltastream-connector v0.2.0 - May 14, 2025
2+
3+
### Features
4+
5+
6+
- Add support for compute pools
7+
8+
### Under the Hood
9+
10+
11+
- Add new error codes support
12+
13+
### Contributors
14+
- [@Kayrnt](https://github.com/Kayrnt)
15+

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## deltastream-connector v0.2.0 - May 14, 2025
9+
10+
### Features
11+
12+
13+
- Add support for compute pools
14+
15+
### Under the Hood
16+
17+
18+
- Add new error codes support
19+
20+
### Contributors
21+
- [@Kayrnt](https://github.com/Kayrnt)
22+
23+
824
## deltastream-connector v0.1.3 - March 08, 2025
925

1026
### Under the Hood

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deltastream-connector"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
description = "An OpenAPI client for the DeltaStream API"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)