Skip to content

Commit

Permalink
0.4.0 (#35)
Browse files Browse the repository at this point in the history
This PR bumps the package version to 0.4.0 to release the new
convenience feature for automatically unpacking `feature_json` based on
arguments passed in the `included_columns` of the `activity` macro.
  • Loading branch information
bcodell authored Apr 19, 2023
1 parent 76fdfe4 commit 692a4e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Include in `packages.yml`:
```yaml
packages:
- package: tnightengale/dbt_activity_schema
version: 0.3.3
version: 0.4.0
```
For latest release, see
https://github.com/tnightengale/dbt-activity-schema/releases.
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Project name.
name: 'dbt_activity_schema'
version: '0.3.3'
version: '0.4.0'
config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "dbt-activity-schema"
version = "0.3.3"
version = "0.4.0"
description = "A dbt package to create models within the Activity Schema data model framework."
authors = ["Teghan Nightengale <[email protected]>"]
authors = ["Teghan Nightengale <[email protected]>", "Bryce Codell <[email protected]>"]
license = "GNU"
readme = "README.md"

Expand Down

0 comments on commit 692a4e6

Please sign in to comment.