Skip to content

Commit bdaa700

Browse files
authored
Merge pull request #9 from brooklyn-data/1.3.1
1.3.1 release
2 parents a85dde2 + 9e578a4 commit bdaa700

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Fixed
1616

17+
## [1.3.1](https://github.com/brooklyn-data/dbtenv/compare/v1.2.0...v1.3.0) - 2021-12-04
18+
19+
### Added
20+
- Gracefully abort when dbt versions >= 1.0.0 attempted to install through Homebrew
21+
22+
### Changed
23+
1724
## [1.3.0](https://github.com/brooklyn-data/dbtenv/compare/v1.2.0...v1.3.0) - 2021-12-04
1825

1926
### Added
2027
- Support for dbt 1.0.0 using pip.
2128

2229
### Changed
2330
- Use Poetry for local development and builds.
31+
- Require Python >= 3.8
2432

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbtenv"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
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."
55
authors = ["Brooklyn Data Co. <[email protected]>"]
66
keywords = ["dbt"]

0 commit comments

Comments
 (0)