Skip to content

Commit

Permalink
Merge pull request #8 from brooklyn-data/1.3.0
Browse files Browse the repository at this point in the history
1.3.0 Release
  • Loading branch information
NiallRees authored Dec 4, 2021
2 parents 7395209 + 497293f commit 02d3589
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install poetry
- name: Build package
run: python -m build
run: python -m poetry build
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [1.3.0](https://github.com/brooklyn-data/dbtenv/compare/v1.2.0...v1.3.0) - 2021-12-04

### Added
- Support for dbt 1.0.0.

### Changed
- Use Poetry for local development and builds.

## [1.2.0](https://github.com/brooklyn-data/dbtenv/compare/v1.1.1...v1.2.0) - 2021-11-29

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbtenv"
version = "1.2.0"
version = "1.3.0"
description = "dbtenv lets you easily install and run multiple versions of dbt using pip with Python virtual environments, or optionally using Homebrew on Mac or Linux."
authors = ["Brooklyn Data Co. <[email protected]>"]
keywords = ["dbt"]
Expand Down

0 comments on commit 02d3589

Please sign in to comment.