Skip to content

Commit 465b561

Browse files
author
Claude README Updater
committed
MagicBot/bump-dbt-to-v3
1 parent 5f14721 commit 465b561

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

.quickstart/quickstart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
database_key: xero_database
22
schema_key: xero_schema
33

4-
dbt_versions: ">=1.3.0 <2.0.0"
4+
dbt_versions: ">=1.3.0 <3.0.0"
55

66
table_variables:
77
xero__using_credit_note:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# dbt_xero v1.1.0
2+
3+
[PR #69](https://github.com/fivetran/dbt_xero/pull/69) includes the following updates:
4+
5+
## Features
6+
- Increases the required dbt version upper limit to v3.0.0
7+
18
# dbt_xero v1.0.1
29
[PR #68](https://github.com/fivetran/dbt_xero/pull/68) includes the following updates:
310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
href="https://github.com/fivetran/dbt_xero/blob/main/LICENSE">
66
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
77
<a alt="dbt-core">
8-
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0_,<2.0.0-orange.svg" /></a>
8+
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0,_<3.0.0-orange.svg" /></a>
99
<a alt="Maintained?">
1010
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /></a>
1111
<a alt="PRs">
@@ -50,7 +50,7 @@ Include the following xero package version in your `packages.yml` file:
5050
```yaml
5151
packages:
5252
- package: fivetran/xero
53-
version: [">=1.0.0", "<1.1.0"] # we recommend using ranges to capture non-breaking changes automatically
53+
version: [">=1.1.0", "<1.2.0"] # we recommend using ranges to capture non-breaking changes automatically
5454
```
5555
> All required sources and staging models are now bundled into this transformation package. Do not include `fivetran/xero_source` in your `packages.yml` since this package has been deprecated.
5656
### Step 3: Define database and schema variables

dbt_project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'xero'
2-
version: '1.0.1'
2+
version: '1.1.0'
33
config-version: 2
4-
require-dbt-version: [">=1.3.0", "<2.0.0"]
4+
require-dbt-version: [">=1.3.0", "<3.0.0"]
55

66
vars:
77
xero:

integration_tests/dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'xero_integration_tests'
2-
version: '1.0.1'
2+
version: '1.1.0'
33
profile: 'integration_tests'
44
config-version: 2
55

0 commit comments

Comments
 (0)