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+
121## v1.4.0 (2025-05-14)
222
323### Feat
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " yascheduler"
77# version should be changed by automation, not by hand - DON'T TOUCH
8- version = " 1.4 .0"
8+ version = " 1.5 .0"
99description = """ Yet another computing scheduler and cloud orchestration engine"""
1010authors = [
1111 { name = " Sergei Korolev" , email = " knopki@duck.com" },
You can’t perform that action at this time.
0 commit comments