Skip to content

Commit c0d4239

Browse files
authored
Bump/0.4.0 (#154)
* Update dbt_project.yml * Update packages.yml * Update CHANGELOG.md
1 parent ecabc53 commit c0d4239

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Unreleased
22
## New features
3+
## Under the hood
4+
## Fixes
5+
6+
# edu_wh v0.4.0
7+
## New features
38
- Add array column `cohort_year_array` to `dim_student`, tracking student cohort designation, and add upstream `bld_ef3__student_cohort_years`
49
- Add support for custom indicators on `dim_course_section`, and companion audit table for testing uniqueness of custom data sources
510
- Add `section_type` descriptor column to `dim_section` (Ed-Fi Data Standard v5.0 addition)
@@ -13,7 +18,6 @@
1318
- Fix model name in yaml documentation file for `dim_graduation_plan`
1419
- Fix unique key test for recently changed unique key fo `fct_student_school_attendance_event`
1520

16-
1721
# edu_wh v0.3.4
1822
## Fixes
1923
- Fix `bld_ef3__wide_school_network_assoc` to group across years, to correctly remove duplicates on `k_school`. Previously, incorrect duplicate records were created in `dim_school` in cases where multiple network types are configured in `xwalk_network_association_types`.

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_wh'
4-
version: '0.3.4'
4+
version: '0.4.0'
55
require-dbt-version: [">=1.0.0", "<2.0.0"]
66

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

packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packages:
22
- package: edanalytics/edu_edfi_source
3-
version: [">=0.3.5", "<0.4.0"]
3+
version: [">=0.4.0", "<0.5.0"]

0 commit comments

Comments
 (0)