File tree 7 files changed +13
-8
lines changed
7 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 1.0.0] - 2022-01-02
4
+
5
+ ### Add
6
+ - Support 1.0.0 dbt
7
+
3
8
## [ 0.21.1] - 2022-01-01
4
9
5
10
### Add
74
79
75
80
Init relaase
76
81
77
- [ Unreleased ] : https://github.com/silentsokolov/dbt-clickhouse/compare/v0.21.1...HEAD
82
+ [ Unreleased ] : https://github.com/silentsokolov/dbt-clickhouse/compare/v1.0.0...HEAD
83
+ [ 0.21.1 ] : https://github.com/silentsokolov/dbt-clickhouse/compare/v0.21.1...v1.0.0
78
84
[ 0.21.1 ] : https://github.com/silentsokolov/dbt-clickhouse/compare/v0.21.0...v0.21.1
79
85
[ 0.21.0 ] : https://github.com/silentsokolov/dbt-clickhouse/compare/v0.20.2...v0.21.0
80
86
[ 0.20.2 ] : https://github.com/silentsokolov/dbt-clickhouse/compare/v0.20.1...v0.20.2
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img src =" https://raw.githubusercontent.com/silentsokolov/dbt-clickhouse/master/etc/dbt-logo-full.svg " alt =" dbt logo " width =" 300 " />
2
+ <img src =" https://raw.githubusercontent.com/silentsokolov/dbt-clickhouse/master/etc/chdbt.png " alt =" clickhouse dbt logo" width =" 300 " />
3
3
</p >
4
4
5
5
[ ![ build] ( https://github.com/silentsokolov/dbt-clickhouse/actions/workflows/build.yml/badge.svg?branch=master )] ( https://github.com/silentsokolov/dbt-clickhouse/actions/workflows/build.yml )
Original file line number Diff line number Diff line change 1
- version = '0.21.1 '
1
+ version = '1.0.0 '
Original file line number Diff line number Diff line change 1
- dbt-core==0.21.1
1
+ dbt-core==1.0.0
2
2
clickhouse-driver==0.2.2
3
3
pytest==6.0.2
4
- pytest-dbt-adapter==0.5.1
4
+ pytest-dbt-adapter==0.6.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def _dbt_clickhouse_version():
28
28
package_version = _dbt_clickhouse_version ()
29
29
description = '''The Clickhouse plugin for dbt (data build tool)'''
30
30
31
- dbt_version = '0.21.1 '
31
+ dbt_version = '1.0.0 '
32
32
33
33
if not package_version .startswith (dbt_version ):
34
34
raise ValueError (
@@ -60,7 +60,7 @@ def _dbt_clickhouse_version():
60
60
},
61
61
install_requires = [
62
62
f'dbt-core=={ dbt_version } ' ,
63
- 'clickhouse-driver>=0.2.1 ' ,
63
+ 'clickhouse-driver>=0.2.2 ' ,
64
64
],
65
65
python_requires = ">=3.6" ,
66
66
platforms = 'any' ,
You can’t perform that action at this time.
0 commit comments