Skip to content

Commit 89c4f06

Browse files
author
github-actions
committed
FIX #39 - Bump version and CHANGELOG for release 0.18.1
1 parent 9b8fa9b commit 89c4f06

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.18.1] - 2022-01-18
6+
57
### Fixed
6-
- Jinja's `FileSystemLoader` gets `str` instead of `pathlib.Path` to fix types incompatibility for `Jinja < 2.11.0`.
7-
- Use `get_start_task()` and `get_end_task()` in `AirflowDagFactory.create_tasks(config)` to prevent ephemeral ending tasks from throwing.
8+
9+
- Jinja's `FileSystemLoader` gets `str` instead of `pathlib.Path` to fix types incompatibility for `Jinja < 2.11.0`.
10+
- Use `get_start_task()` and `get_end_task()` in `AirflowDagFactory.create_tasks(config)` to prevent ephemeral ending tasks from throwing.
811

912
## [0.18.0] - 2022-01-14
1013

@@ -81,7 +84,9 @@
8184

8285
- Initial implementation of `dbt_airflow_manifest_parser` library.
8386

84-
[Unreleased]: https://github.com/getindata/dbt-airflow-factory/compare/0.18.0...HEAD
87+
[Unreleased]: https://github.com/getindata/dbt-airflow-factory/compare/0.18.1...HEAD
88+
89+
[0.18.1]: https://github.com/getindata/dbt-airflow-factory/compare/0.18.0...0.18.1
8590

8691
[0.18.0]: https://github.com/getindata/dbt-airflow-factory/compare/0.17.0...0.18.0
8792

dbt_airflow_factory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.18.0"
1+
version = "0.18.1"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.18.0
2+
current_version = 0.18.1
33

44
[bumpversion:file:setup.py]
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name="dbt-airflow-factory",
32-
version="0.18.0",
32+
version="0.18.1",
3333
description="Library to convert DBT manifest metadata to Airflow tasks",
3434
long_description=README,
3535
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)