Skip to content

Commit

Permalink
Merge pull request #876 from dbt-labs/release-0.203.1
Browse files Browse the repository at this point in the history
Release PR for MetricFlow 0.203.1
  • Loading branch information
tlento authored Nov 15, 2023
2 parents 9328fb5 + ab69621 commit 863352b
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 184 deletions.
13 changes: 13 additions & 0 deletions .changes/0.203.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## MetricFlow 0.203.1 - November 15, 2023

### Fixes

- Fix error in cumulative metric output when start-time and end-time are specified ([#869](https://github.com/dbt-labs/metricflow/issues/869))

### Dependencies

- Remove Rudderstack client and associated dependencies ([#866](https://github.com/dbt-labs/metricflow/pull/866))
- Relax version pin on typing extensions to allow >=4.4, <5 ([#875](https://github.com/dbt-labs/metricflow/pull/875))

### Contributors
- [@tlento](https://github.com/tlento) ([#869](https://github.com/dbt-labs/metricflow/issues/869), [#866](https://github.com/dbt-labs/metricflow/pull/866), [#875](https://github.com/dbt-labs/metricflow/pull/875))
6 changes: 0 additions & 6 deletions .changes/unreleased/Dependencies-20231113-181503.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Dependencies-20231115-144849.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20231114-171137.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/metricflow/blob/main/CONTRIBUTING.md)

## MetricFlow 0.203.1 - November 15, 2023

### Fixes

- Fix error in cumulative metric output when start-time and end-time are specified ([#869](https://github.com/dbt-labs/metricflow/issues/869))

### Dependencies

- Remove Rudderstack client and associated dependencies ([#866](https://github.com/dbt-labs/metricflow/pull/866))
- Relax version pin on typing extensions to allow >=4.4, <5 ([#875](https://github.com/dbt-labs/metricflow/pull/875))

### Contributors
- [@tlento](https://github.com/tlento) ([#869](https://github.com/dbt-labs/metricflow/issues/869), [#866](https://github.com/dbt-labs/metricflow/pull/866), [#875](https://github.com/dbt-labs/metricflow/pull/875))

## MetricFlow 0.203.0 - November 13, 2023

### Breaking Changes
Expand Down
226 changes: 61 additions & 165 deletions attribution.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "metricflow"
version = "0.203.0"
version = "0.203.1"
description = "Translates a simple metric definition into reusable SQL and executes it against the SQL engine of your choice."
readme = "README.md"
requires-python = ">=3.8,<3.12"
Expand Down

0 comments on commit 863352b

Please sign in to comment.