Skip to content

Commit fed10f8

Browse files
committed
version bump
1 parent 497211f commit fed10f8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
## Under the hood
44
## Fixes
55

6+
# edu_edfi_source v0.2.1
7+
## Under the hood
8+
- Standardize naming conventions across program models
9+
- Add minimum dbt version requirement
10+
611
# edu_edfi_source v0.2.0
712
## New features
813
- Add optional domain disabling to all non-core models, using vars in dbt_project.yml.
9-
1014
## Under the hood
1115
- Add a single model properties file under each subdirectory, as per DBT recommendation.
12-
1316
## Fixes
1417
- Remove unnecessary deduplication keys for program association staging models
1518

@@ -29,9 +32,6 @@
2932
- Add model for Special Education Program Services
3033
- Add models for cohorts
3134
- Add model for graduation plans
32-
33-
## Under the hood
34-
3535
## Fixes
3636
- Remove unnecessary deduplication keys for program association staging models
3737

README.md

Lines changed: 1 addition & 1 deletion
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.2.0
24+
version: [">=0.2.1", "<0.3.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

Lines changed: 1 addition & 1 deletion
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.2.0'
4+
version: '0.2.1'
55
require-dbt-version: [">=1.0.0", "<2.0.0"]
66

77
# This setting configures which "profile" dbt uses for this project.

0 commit comments

Comments
 (0)