Skip to content

Commit

Permalink
Correct versioning alignment between dbtenv and dbtenv-dbt-alias (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallRees authored Apr 18, 2022
1 parent 06cf461 commit 53abe8b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +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).

## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v2.2.0...HEAD)
## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v2.2.1...HEAD)

### Added

### Changed

### Fixed

## [2.2.1](https://github.com/brooklyn-data/dbtenv/compare/v2.2.0...v2.2.1)

### Added

### Changed

### Fixed
- Corrected versioning alignment between `dbtenv` and `dbtenv-dbt-alias`

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

### Added
Expand Down
4 changes: 2 additions & 2 deletions dbtenv-dbt-alias/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbtenv-dbt-alias"
version = "2.2.0"
version = "2.2.1"
description = "dbtenv, but additionally installs a 'dbt' executable that is functionally equivalent to aliasing the dbt command to 'dbtenv execute --'."
authors = ["Brooklyn Data Co. <[email protected]>"]
keywords = ["dbt"]
Expand All @@ -19,7 +19,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8"
dbtenv = "==2.2.0"
dbtenv = "==2.2.1"

[tool.poetry.dev-dependencies]

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.2.0"
version = "2.2.1"
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 53abe8b

Please sign in to comment.