Skip to content

Commit

Permalink
Release 2.1.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallRees authored Apr 18, 2022
1 parent e64a25e commit caba493
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ 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).

## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v2.0.0a2...HEAD)
## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v2.1.0...HEAD)

### Added

### Changed

### Fixed

## [2.1.0](https://github.com/brooklyn-data/dbtenv/compare/v2.0.0...v2.1.0)

### Added
- Added compatibility with `dbtenv-dbt-alias` package which installs `dbt` as a direct entrypoint to dbtenv. This removes the need to configure an alias from dbt to dbtenv execute. Running `pip install dbtenv[dbt-alias]` installs both dbtenv and the alias.
Expand Down
2 changes: 1 addition & 1 deletion dbtenv/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbtenv"
version = "2.0.0"
version = "2.1.0"
description = "dbtenv is a version manager for dbt, automatically installing and switching to the needed adapter and version of dbt."
authors = ["Brooklyn Data Co. <[email protected]>"]
keywords = ["dbt"]
Expand Down

0 comments on commit caba493

Please sign in to comment.