We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbb8fb commit 60b7198Copy full SHA for 60b7198
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
4
5
+## v0.2.0 (2024-01-09)
6
+
7
+### Feature
8
9
+* feat: Add content map creator from XML sitemap (#3)
10
11
+* feat: Add content map creator from XML sitemap
12
13
+* Removing the if name snippets
14
15
+* fix: column name in test ([`ccbb8fb`](https://github.com/philippe2803/contentmap/commit/ccbb8fbf54faedb92f85ff0dda065c758801f6cb))
16
17
18
## v0.1.1 (2024-01-08)
19
20
### Documentation
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "contentmap"
-version = "0.1.1"
+version = "0.2.0"
description = ""
authors = ["Philippe Oger <phil.oger@gmail.com>"]
readme = "README.md"
0 commit comments