Skip to content

Commit

Permalink
Merge pull request #9 from brooklyn-data/1.3.1
Browse files Browse the repository at this point in the history
1.3.1 release
  • Loading branch information
NiallRees authored Dec 4, 2021
2 parents a85dde2 + 9e578a4 commit bdaa700
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

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

### Added
- Gracefully abort when dbt versions >= 1.0.0 attempted to install through Homebrew

### Changed

## [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 using pip.

### Changed
- Use Poetry for local development and builds.
- Require Python >= 3.8

## [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.3.0"
version = "1.3.1"
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 bdaa700

Please sign in to comment.