File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ pagination_prev: null
44audience : data_engineering
55unlisted : true
66---
7+ # Configuration settings
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ artifacts:
2121# A list of releases, when running the release script only the entry matching the
2222# provided version is used.
2323versions :
24+ " 0.3.3 " :
25+ description : " Documentation update."
26+ changelog :
27+ added :
28+ - " Update config documentation"
2429 " 0.3.2 " :
2530 description : " Documentation update."
2631 changelog :
@@ -72,3 +77,4 @@ documentation:
7277 - https://raw.githubusercontent.com/cognitedata/python-extractor-utils/318d74db49536baabb707b2587e1244037e9cc07/schema/docs/remote_tip.md
7378 - https://raw.githubusercontent.com/cognitedata/python-extractor-utils/318d74db49536baabb707b2587e1244037e9cc07/schema/docs/envsub.md
7479 - https://raw.githubusercontent.com/cognitedata/python-extractor-utils/318d74db49536baabb707b2587e1244037e9cc07/schema/docs/keyvault.md
80+ skipHeader : true
Original file line number Diff line number Diff line change 11
22[tool .poetry ]
33name = " cdf_fabric_replicator"
4- version = " 0.3.2 "
4+ version = " 0.3.3 "
55description = " Stream data from CDF to Fabric/Onelake"
66authors = [" Murad Saeter <murad.sater@cognite.com>" ]
77
You can’t perform that action at this time.
0 commit comments