Skip to content

Commit

Permalink
Bumping up version to 0.13 (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored Oct 10, 2023
1 parent 3ed7d7a commit 739000b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/migration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Migration Guide

## 0.12 to 0.13

Breaking changes: https://github.com/MetaphorData/connectors/issues/523

A few deprecated connectors & configs have been dropped:
- [Drop support for dbt 0.x](https://github.com/MetaphorData/connectors/pull/561)
- [Drop airflow plugin](https://github.com/MetaphorData/connectors/pull/562)
- [Drop support for API sink ](hhttps://github.com/MetaphorData/connectors/pull/565)
- [Drop job_id from dbt cloud config](https://github.com/MetaphorData/connectors/pull/619)
- [Drop unused data_platform field from MC's config](https://github.com/MetaphorData/connectors/pull/620)

## 0.11 to 0.12

Breaking changes: https://github.com/MetaphorData/connectors/issues/310
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metaphor-connectors"
version = "0.12.62"
version = "0.13.0"
license = "Apache-2.0"
description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app."
authors = ["Metaphor <[email protected]>"]
Expand Down

0 comments on commit 739000b

Please sign in to comment.