Skip to content

Commit 53abe8b

Browse files
authored
Correct versioning alignment between dbtenv and dbtenv-dbt-alias (#34)
1 parent 06cf461 commit 53abe8b

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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

1010
### Added
1111

1212
### Changed
1313

1414
### Fixed
1515

16+
## [2.2.1](https://github.com/brooklyn-data/dbtenv/compare/v2.2.0...v2.2.1)
17+
18+
### Added
19+
20+
### Changed
21+
22+
### Fixed
23+
- Corrected versioning alignment between `dbtenv` and `dbtenv-dbt-alias`
24+
1625
## [2.2.0](https://github.com/brooklyn-data/dbtenv/compare/v2.1.0...v2.2.0)
1726

1827
### Added

dbtenv-dbt-alias/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbtenv-dbt-alias"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "dbtenv, but additionally installs a 'dbt' executable that is functionally equivalent to aliasing the dbt command to 'dbtenv execute --'."
55
authors = ["Brooklyn Data Co. <[email protected]>"]
66
keywords = ["dbt"]
@@ -19,7 +19,7 @@ classifiers = [
1919

2020
[tool.poetry.dependencies]
2121
python = ">=3.8"
22-
dbtenv = "==2.2.0"
22+
dbtenv = "==2.2.1"
2323

2424
[tool.poetry.dev-dependencies]
2525

dbtenv/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 = "2.2.0"
3+
version = "2.2.1"
44
description = "dbtenv is a version manager for dbt, automatically installing and switching to the needed adapter and version of dbt."
55
authors = ["Brooklyn Data Co. <[email protected]>"]
66
keywords = ["dbt"]

0 commit comments

Comments
 (0)