Skip to content

Commit

Permalink
bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbosco committed Jul 20, 2023
1 parent 78ed3d8 commit aad7600
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.0] - 2023-07-19
### Added
- Support for Airflow Datasets (data-aware scheduling)
- Support for inherited Operators

## [0.18.1] - 2023-04-28
### Fixed
- Set default value for `render_template_as_native_obj` to False
Expand Down Expand Up @@ -186,8 +191,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2018-11-20
- Initial release

[Unreleased]: https://github.com/ajbosco/dag-factory/compare/v0.18.1...HEAD
[0.18.0]: https://github.com/ajbosco/dag-factory/compare/v0.18.0...v0.18.1
[Unreleased]: https://github.com/ajbosco/dag-factory/compare/v0.19.0...HEAD
[0.19.0]: https://github.com/ajbosco/dag-factory/compare/v0.18.1...v0.19.0
[0.18.1]: https://github.com/ajbosco/dag-factory/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/ajbosco/dag-factory/compare/v0.17.3...v0.18.0
[0.17.3]: https://github.com/ajbosco/dag-factory/compare/v0.17.2...v0.17.3
[0.17.2]: https://github.com/ajbosco/dag-factory/compare/v0.17.1...v0.17.2
Expand Down
2 changes: 1 addition & 1 deletion dagfactory/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Module contains the version of dag-factory"""
__version__ = "0.18.1"
__version__ = "0.19.0"

0 comments on commit aad7600

Please sign in to comment.