Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Jan 10, 2025
1 parent 61e3a01 commit f3757eb
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.11.6]

### Added

- `include_related` query parameter to the `get_job` method

## [0.11.5]

### Added
Expand Down
2 changes: 1 addition & 1 deletion dbtc/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.5"
__version__ = "0.11.6"
33 changes: 33 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [0.11.6]

### Added

- `include_related` query parameter to the `get_job` method

## [0.11.5]

### Added

- New `search` method in the metadata client for searching across dbt resources
- Retry logic to the common session object for the following status codes: 429, 500, 502, 503, 504

### Updated

- `public_models` method on the `metadata` property - now allows for argument-based filtering.

### Removed

- Rudderstack tracking code

## [0.11.4]

### Fixed

- Add payload parameter to create_managed_repository

## [0.11.3]

### Added

- `requiresMetricTime` field to GetMetrics semantic layer query

## [0.11.2]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dbtc"
version = "0.11.5"
version = "0.11.6"
description = "An unaffiliated python wrapper for dbt Cloud APIs"
authors = [
{name = "Doug Guthrie", email = "[email protected]"},
Expand Down

0 comments on commit f3757eb

Please sign in to comment.