Skip to content

Commit 2b15d2d

Browse files
committed
Update changelog
1 parent 446d574 commit 2b15d2d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

9-
## [0.23.0a9] - 2025-07-11
9+
## [0.23.0a10] - 2025-07-11
1010

1111
### Breaking Change
1212

@@ -76,6 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7676
- Remove PyPI token for releasing packages by @tatiana in [#461](https://github.com/astronomer/dag-factory/pull/461)
7777
- Change CI on trigger event to pull_request from pull_request_target by @pankajkoti in [#464](https://github.com/astronomer/dag-factory/pull/464)
7878
- Update cicd.yaml: Use pull_request for authorize as we don't have pull_request_target event configured by @pankajkoti in [#466](https://github.com/astronomer/dag-factory/pull/466)
79+
- Add environment for pypi publish job by @pankajastro in [#478](https://github.com/astronomer/dag-factory/pull/478)
7980

8081
## [0.22.0] - 2025-01-10
8182

dagfactory/__init__.py

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

33
from .dagfactory import DagFactory, load_yaml_dags
44

5-
__version__ = "0.23.0a9"
5+
__version__ = "0.23.0a10"
66
__all__ = [
77
"DagFactory",
88
"load_yaml_dags",

0 commit comments

Comments
 (0)