We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268033f commit 838f3c4Copy full SHA for 838f3c4
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.1.0 – 2025-04-23
4
+
5
+- Support brace expansion in `path_fmt`
6
+- Adjust output and status code if submissions fail
7
+- Test with Python 3.12 and 3.13
8
9
## 0.0.9 – 2023-11-17
10
11
- Improve documentation of configuration
src/cloudnet_submit/version.py
@@ -1 +1 @@
-__version__ = "0.0.9"
+__version__ = "0.1.0"
0 commit comments