Skip to content

Commit 838f3c4

Browse files
committed
Release version 0.1.0
1 parent 268033f commit 838f3c4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 0.0.9 – 2023-11-17
410

511
- Improve documentation of configuration

src/cloudnet_submit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.9"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)