Skip to content

Commit 696cf26

Browse files
authored
Bump upper bound to <0.22 (#398)
* Bump upper bound to <0.22 * Add changelog entry
1 parent 7c9775b commit 696cf26

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# dbt-utils Next
1+
# dbt-utils v0.7.1
2+
3+
## Under the hood
4+
5+
- Declare compatibility with dbt v0.21.0, which has no breaking changes for this package ([#398](https://github.com/fishtown-analytics/dbt-utils/pull/398))
26

37

48
# dbt-utils v0.7.0

dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'dbt_utils'
22
version: '0.7.0'
33

4-
require-dbt-version: [">=0.20.0", "<0.21.0"]
4+
require-dbt-version: [">=0.20.0", "<0.22.0"]
55

66
config-version: 2
77

0 commit comments

Comments
 (0)