We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b0d05 commit 3140b05Copy full SHA for 3140b05
manifest.yml
@@ -21,8 +21,13 @@ artifacts:
21
# A list of releases, when running the release script only the entry matching the
22
# provided version is used.
23
versions:
24
+ "0.3.2":
25
+ description: "Documentation update."
26
+ changelog:
27
+ added:
28
+ - "Update config documentation"
29
"0.3.1":
- description: "Documentation upadte."
30
31
changelog:
32
added:
33
- "Update config documentation"
pyproject.toml
@@ -1,7 +1,7 @@
1
2
[tool.poetry]
3
name = "cdf_fabric_replicator"
4
-version = "0.3.1"
+version = "0.3.2"
5
description = "Stream data from CDF to Fabric/Onelake"
6
authors = ["Murad Saeter <murad.sater@cognite.com>"]
7
0 commit comments