File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.3.0 (2025-02-08)
2
+
3
+ ### Feat
4
+
5
+ - stable tasks ordering + minor polishing
6
+
7
+ ### Fix
8
+
9
+ - ** package** : add backport of importlib
10
+ - ** package** : one version in one place
11
+ - ** remote_machine** : too short tuple
12
+ - ** remote_machin** : non-POSIX linux shell
13
+
1
14
## v1.2.0 (2023-07-27)
2
15
3
16
### Feat
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
6
[project ]
7
7
name = " yascheduler"
8
8
# version should be changed by automation, not by hand - DON'T TOUCH
9
- version = " 1.2.1 "
9
+ version = " 1.3.0 "
10
10
description = """ Yet another computing scheduler and cloud orchestration engine"""
11
11
authors = [
12
12
{name = " Evgeny Blokhin" , email = " eb@tilde.pro" },
You can’t perform that action at this time.
0 commit comments