Skip to content

Commit 424e114

Browse files
committed
Updating changelog
1 parent e832280 commit 424e114

File tree

5 files changed

+27
-18
lines changed

5 files changed

+27
-18
lines changed

.changes/0.203.1.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## MetricFlow 0.203.1 - November 15, 2023
2+
3+
### Fixes
4+
5+
- Fix error in cumulative metric output when start-time and end-time are specified ([#869](https://github.com/dbt-labs/metricflow/issues/869))
6+
7+
### Dependencies
8+
9+
- Remove Rudderstack client and associated dependencies ([#866](https://github.com/dbt-labs/metricflow/pull/866))
10+
- Relax version pin on typing extensions to allow >=4.4, <5 ([#875](https://github.com/dbt-labs/metricflow/pull/875))
11+
12+
### Contributors
13+
- [@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))

.changes/unreleased/Dependencies-20231113-181503.yaml

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

.changes/unreleased/Dependencies-20231115-144849.yaml

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

.changes/unreleased/Fixes-20231114-171137.yaml

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
66
- 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)
77

8+
## MetricFlow 0.203.1 - November 15, 2023
9+
10+
### Fixes
11+
12+
- Fix error in cumulative metric output when start-time and end-time are specified ([#869](https://github.com/dbt-labs/metricflow/issues/869))
13+
14+
### Dependencies
15+
16+
- Remove Rudderstack client and associated dependencies ([#866](https://github.com/dbt-labs/metricflow/pull/866))
17+
- Relax version pin on typing extensions to allow >=4.4, <5 ([#875](https://github.com/dbt-labs/metricflow/pull/875))
18+
19+
### Contributors
20+
- [@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))
21+
822
## MetricFlow 0.203.0 - November 13, 2023
923

1024
### Breaking Changes

0 commit comments

Comments
 (0)