Skip to content

Commit 426830d

Browse files
bump: version 1.4.0 → 1.5.0
1 parent fe322ff commit 426830d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "yascheduler"
77
# version should be changed by automation, not by hand - DON'T TOUCH
8-
version = "1.4.0"
8+
version = "1.5.0"
99
description = """Yet another computing scheduler and cloud orchestration engine"""
1010
authors = [
1111
{ name = "Sergei Korolev", email = "[email protected]" },

0 commit comments

Comments
 (0)