Skip to content

Commit

Permalink
Prepare for release:
Browse files Browse the repository at this point in the history
bump version and update changleog
  • Loading branch information
jakeberesford-palmetto committed Nov 20, 2023
1 parent 798f7c5 commit 3ffe982
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0] - 2023-11-20

### Added

- dbt version detection: palm can now detect the version of dbt used in a project
and will add the version to the plugin config. This can then be used to support
changes between dbt versions.
- support for dbt's yaml selectors via the `--selector` option on relevant commands.

### Changed

- Requires palm v2.6.0 or higher
- env vars are updated for projects running dbt v1.5.0 and later. This resolves
deprecation warnings for people using more recent versions of dbt.

## [0.7.0] - 2023-06-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='palm-dbt',
version='0.7.0',
version='0.8.0',
description='dbt extension for Palm CLI',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3ffe982

Please sign in to comment.