Skip to content

Commit f3757eb

Browse files
committed
Bump version
1 parent 61e3a01 commit f3757eb

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.11.6]
4+
5+
### Added
6+
7+
- `include_related` query parameter to the `get_job` method
8+
39
## [0.11.5]
410

511
### Added

dbtc/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.11.5"
1+
__version__ = "0.11.6"

docs/changelog.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [0.11.6]
4+
5+
### Added
6+
7+
- `include_related` query parameter to the `get_job` method
8+
9+
## [0.11.5]
10+
11+
### Added
12+
13+
- New `search` method in the metadata client for searching across dbt resources
14+
- Retry logic to the common session object for the following status codes: 429, 500, 502, 503, 504
15+
16+
### Updated
17+
18+
- `public_models` method on the `metadata` property - now allows for argument-based filtering.
19+
20+
### Removed
21+
22+
- Rudderstack tracking code
23+
24+
## [0.11.4]
25+
26+
### Fixed
27+
28+
- Add payload parameter to create_managed_repository
29+
30+
## [0.11.3]
31+
32+
### Added
33+
34+
- `requiresMetricTime` field to GetMetrics semantic layer query
35+
336
## [0.11.2]
437

538
### Fixed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dbtc"
3-
version = "0.11.5"
3+
version = "0.11.6"
44
description = "An unaffiliated python wrapper for dbt Cloud APIs"
55
authors = [
66
{name = "Doug Guthrie", email = "[email protected]"},

0 commit comments

Comments
 (0)