Skip to content

Commit

Permalink
Add changelog v1.0.1 and v1.2.0 in main (#15)
Browse files Browse the repository at this point in the history
Add changelog v1.0.1 and v1.2.0 in main
  • Loading branch information
shiyuhang0 authored Aug 22, 2022
1 parent ad580d7 commit 8133a3e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# dbt-tidb changelog

## [1.2.0]2022-8-22
## Features
- Support dbt-core v1.2.0 (https://github.com/pingcap/dbt-tidb/pull/6)
- Lift + shift for cross-db macros (https://github.com/pingcap/dbt-tidb/pull/6)
- Support connection retry (https://github.com/pingcap/dbt-tidb/pull/6)
- Support grant (https://github.com/pingcap/dbt-tidb/pull/6)

## [1.0.1]2022-8-22
## Fixes
- Add quote to column in create_table_as marco (https://github.com/pingcap/dbt-tidb/pull/9)
- Delete PRI, UNI constraint in create_table_as marco (https://github.com/pingcap/dbt-tidb/pull/10)

## Enhancement
- Use black to fmt Python (https://github.com/pingcap/dbt-tidb/pull/12)

## [1.1.0]2022-8-22
## Fixes
- Add quote to column in create_table_as marco (https://github.com/pingcap/dbt-tidb/pull/9)
Expand Down

0 comments on commit 8133a3e

Please sign in to comment.