Skip to content

Commit

Permalink
Bump version and update changelog for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeberesford-palmetto committed Jun 13, 2023
1 parent 6d194cd commit 3001da7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.7.0] - 2023-06-13

### Added

- `palm test` now supports the `--defer` option, making it easy to run the tests
for models you have changed in your current branch.

### Changed

- All palm dbt commands have been updated to have a consistent interface with
`palm run`.
- Short options are added to many commands to improve usability.

### Fixed

- `dbt seed` command uses the proper decorator to pass the env object.

## [0.6.0] - 2023-06-02

### 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.6.0',
version='0.7.0',
description='dbt extension for Palm CLI',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3001da7

Please sign in to comment.