Skip to content

Commit 6d5c9d8

Browse files
committed
0.3.3
1 parent 3140b05 commit 6d5c9d8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

docs_preamble.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ pagination_prev: null
44
audience: data_engineering
55
unlisted: true
66
---
7+
# Configuration settings

manifest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
2323
versions:
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

pyproject.toml

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

22
[tool.poetry]
33
name = "cdf_fabric_replicator"
4-
version = "0.3.2"
4+
version = "0.3.3"
55
description = "Stream data from CDF to Fabric/Onelake"
66
authors = ["Murad Saeter <murad.sater@cognite.com>"]
77

0 commit comments

Comments
 (0)