Skip to content

Commit 6d5952e

Browse files
committed
bump version
1 parent 030df5f commit 6d5952e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# Unreleased
1+
# Unreleased
2+
## New features
3+
## Under the hood
4+
## Fixes
5+
6+
# edu_edfi_source v0.2.6
27
## New features
38
- Add models for the main components of the Survey domain
9+
- Add model for disabilities on studentSpecialEducationProgramAssociation
410
## Under the hood
511
- Change the way foreign key generation works: optional references that are Null
612
will now produce a Null key rather than a valid hash that doesn't join to anything

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.1", "<0.3.0"]
24+
version: [">=0.2.6", "<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.3'
4+
version: '0.2.6'
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)