We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b5260 commit 5f4c30aCopy full SHA for 5f4c30a
CHANGELOG.rst
@@ -2,6 +2,21 @@
2
Changelog
3
#########
4
5
+---------------------
6
+2025.9.0 - 2025-09-02
7
8
+
9
+* packaging
10
11
+ * add `click-plugins` as dependency (#5)
12
+ * add `uv.lock` file (#5)
13
14
15
+* CI
16
17
+ * use new `mapchete/mapchete` image for testing (#5)
18
+ * add python `3.13` to test matrix (#5)
19
20
21
---------------------
22
2025.8.0 - 2025-08-06
src/mapchete_hub_cli/__init__.py
@@ -19,4 +19,4 @@
"MHUB_CLI_ZONES_WAIT_TIME_SECONDS",
"load_mapchete_config",
]
-__version__ = "2025.8.0"
+__version__ = "2025.9.0"
0 commit comments