File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.5.0 (2025-05-23)
2
+
3
+ ### Feat
4
+
5
+ - add yascheduler.conf to .gitignore
6
+
7
+ ### Fix
8
+
9
+ - typo
10
+ - ** clouds** : dynamic loading of only needed cloud adapters
11
+
12
+ ### Refactor
13
+
14
+ - more simple python 3.9 upgrades
15
+ - typing things
16
+
17
+ ### Perf
18
+
19
+ - more small lazy loading tricks
20
+
1
21
## v1.4.0 (2025-05-14)
2
22
3
23
### Feat
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
[project ]
6
6
name = " yascheduler"
7
7
# version should be changed by automation, not by hand - DON'T TOUCH
8
- version = " 1.4 .0"
8
+ version = " 1.5 .0"
9
9
description = """ Yet another computing scheduler and cloud orchestration engine"""
10
10
authors = [
11
11
{
name =
" Sergei Korolev" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments