Skip to content

Commit 6b96a97

Browse files
authored
bump version (#19)
1 parent d0969cf commit 6b96a97

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Unreleased
1+
# Unreleased
2+
## New features
3+
## Under the hood
4+
## Fixes
5+
6+
# edu_edfi_source v0.2.0
27
## New features
38
- Add optional domain disabling to all non-core models, using vars in dbt_project.yml.
49

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Include the following in your `packages.yml` file:
2121
```
2222
packages:
2323
- package: edanalytics/edu_edfi_source
24-
version: 0.1.3
24+
version: 0.2.0
2525
```
2626

2727
Note: if you're using the downstream [warehouse package](https://github.com/edanalytics/edu_warehouse), it already includes this source package, and you don't need to install it again.

dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
config-version: 2
22

33
name: 'edu_edfi_source'
4-
version: '0.1.3'
4+
version: '0.2.0'
55

66
# This setting configures which "profile" dbt uses for this project.
77
profile: 'edu_edfi_source'

0 commit comments

Comments
 (0)