There was an error while loading. Please reload this page.
1 parent 8b2da35 commit 506dc5eCopy full SHA for 506dc5e
1 file changed
pycon-de-2025/08-semantic_versioning/READM.md
@@ -0,0 +1,9 @@
1
+# Semantic Versioning
2
+
3
+Semantic versioning for data:
4
5
+| Increase of ... | Meaning | | --------------- | ---------------- | | Major | Change of Schema | | Minor | New Data | |
6
+Patch | Fix Data Values |
7
8
+A good example can be found
9
+[here](https://gitlab.com/data-as-code/energy-dac-example/-/tree/b3a947b6c18b9b059bf9c72874cd6e87c98d4fdc).
0 commit comments